astyle formatting

This commit is contained in:
Daniel Marjamäki 2015-01-04 13:51:49 +01:00
parent 7bafbfbd6e
commit f998871d59
1 changed files with 0 additions and 4 deletions

View File

@ -1932,7 +1932,6 @@
<formatstr/> <formatstr/>
</arg> </arg>
</function> </function>
<container id="stdContainer" endPattern="&gt; !!::"> <container id="stdContainer" endPattern="&gt; !!::">
<type templateParameter="0"/> <type templateParameter="0"/>
<size> <size>
@ -1987,7 +1986,6 @@
<function name="find" action="find"/> <function name="find" action="find"/>
</access> </access>
</container> </container>
<container id="stdAllString" inherits="stdContainer"> <container id="stdAllString" inherits="stdContainer">
<type string="std-like"/> <type string="std-like"/>
<size> <size>
@ -2009,7 +2007,6 @@
</container> </container>
<container id="stdString" startPattern="std :: string|wstring|u16string|u32string" endPattern="" inherits="stdAllString"> <container id="stdString" startPattern="std :: string|wstring|u16string|u32string" endPattern="" inherits="stdAllString">
</container> </container>
<podtype name="int8_t" sign="s" size="1"/> <podtype name="int8_t" sign="s" size="1"/>
<podtype name="int16_t" sign="s" size="2"/> <podtype name="int16_t" sign="s" size="2"/>
<podtype name="int32_t" sign="s" size="4"/> <podtype name="int32_t" sign="s" size="4"/>
@ -2028,7 +2025,6 @@
<podtype name="uint_fast64_t" sign="u"/> <podtype name="uint_fast64_t" sign="u"/>
<podtype name="intptr_t" sign="s"/> <podtype name="intptr_t" sign="s"/>
<podtype name="uintptr_t" sign="u"/> <podtype name="uintptr_t" sign="u"/>
<!--Not part of standard, but widely supported by runtime libraries--> <!--Not part of standard, but widely supported by runtime libraries-->
<function name="itoa"> <function name="itoa">
<noreturn>false</noreturn> <noreturn>false</noreturn>