]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/linux/inotify/inotify.factor
factor: remove extra whitespace
[factor.git] / basis / unix / linux / inotify / inotify.factor
index 95b438cc0b3ebdf468be8c1119f146f78bd16ee1..52f7bb675fd5699290c95d43238703f9252d7645 100644 (file)
@@ -53,5 +53,5 @@ CONSTANT: IN_ALL_EVENTS
     }
 
 FUNCTION: int inotify_init ( )
-FUNCTION: int inotify_add_watch ( int fd, c-string name, uint mask  )
+FUNCTION: int inotify_add_watch ( int fd, c-string name, uint mask )
 FUNCTION: int inotify_rm_watch ( int fd, uint wd )