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>
</function>
<function name="swab">
<returnValue type="void"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
<returnValue type="void"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
</function>
<function name="sync">
<returnValue type="void"/>
<noreturn>false</noreturn>
<returnValue type="void"/>
<noreturn>false</noreturn>
</function>
<memory>
<alloc init="true">strdup</alloc>