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>
<function name="umask"> <function name="umask">
<returnValue type="int"/> <returnValue type="int"/>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
</arg> </arg>
<warn severity="style" alternatives="_umask" reason="Obsolete"/> <warn severity="style" alternatives="_umask" reason="Obsolete"/>
</function> </function>
<function name="_umask"> <function name="_umask">
<returnValue type="int"/> <returnValue type="int"/>
<arg nr="1"> <arg nr="1">
<not-uninit/> <not-uninit/>
</arg> </arg>
</function> </function>
<function name="_umask_s"> <function name="_umask_s">
<returnValue type="errno_t"/> <returnValue type="errno_t"/>
<arg nr="1"> <arg nr="1">
<not-bool/> <not-bool/>
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="1"> <arg nr="1">
<not-null/> <not-null/>
</arg> </arg>
</function> </function>