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