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