astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2017-07-29 18:53:38 +02:00
parent bb5b18cf7e
commit d1dfe21121
1 changed files with 2 additions and 1 deletions

View File

@ -268,5 +268,6 @@
<podtype name="wxUint64" sign="u" size="8"/>
<podtype name="wxIntPtr" sign="s"/>
<podtype name="wxUIntPtr" sign="u"/>
<podtype name="wxDateTime_t" sign="u"/> <!-- typedef unsigned short wxDateTime_t; -->
<podtype name="wxDateTime_t" sign="u"/>
<!-- typedef unsigned short wxDateTime_t; -->
</def>