astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-03-19 20:33:36 +01:00
parent 7202787435
commit 7048f012a8
1 changed files with 16 additions and 16 deletions

View File

@ -3573,24 +3573,24 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
</arg> </arg>
</function> </function>
<function name="swab"> <function name="swab">
<returnValue type="void"/> <returnValue type="void"/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="2"> <arg nr="2">
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="3"> <arg nr="3">
<not-null/> <not-null/>
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<function name="sync"> <function name="sync">
<returnValue type="void"/> <returnValue type="void"/>
<noreturn>false</noreturn> <noreturn>false</noreturn>
</function> </function>
<memory> <memory>
<alloc init="true">strdup</alloc> <alloc init="true">strdup</alloc>