Formatted code, there are no functional changes [ci skip].

This commit is contained in:
orbitcowboy 2018-06-06 11:15:47 +02:00
parent 3619aece02
commit cc0f3f6cec
1 changed files with 6 additions and 6 deletions

View File

@ -5223,24 +5223,24 @@ HFONT CreateFont(
</function>
<function name="umask">
<returnValue type="int"/>
<arg nr="1">
<arg nr="1">
<not-uninit/>
</arg>
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
</function>
<function name="_umask">
<returnValue type="int"/>
<arg nr="1">
<arg nr="1">
<not-uninit/>
</arg>
</function>
<function name="_umask_s">
<returnValue type="errno_t"/>
<arg nr="1">
<not-bool/>
<arg nr="1">
<not-bool/>
<not-uninit/>
</arg>
<arg nr="1">
<arg nr="1">
<not-null/>
</arg>
</function>