Clean up whitespace
This commit is contained in:
parent
61fc3061a1
commit
a9537cd94b
|
@ -43,9 +43,9 @@
|
|||
|
||||
(override-prototype "fgets"
|
||||
`(function (,(primitive-type 'string)
|
||||
,(primitive-type 'int)
|
||||
,(pointer-type (struct-type "FILE")))
|
||||
,(pointer-type (primitive-type 'char))))
|
||||
,(primitive-type 'int)
|
||||
,(pointer-type (struct-type "FILE")))
|
||||
,(pointer-type (primitive-type 'char))))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
Loading…
Reference in New Issue