Clean up whitespace

This commit is contained in:
Lassi Kortela 2023-05-19 10:28:13 +03:00
parent 61fc3061a1
commit a9537cd94b
5 changed files with 45 additions and 45 deletions

View File

@ -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))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;