remove extra newline at the end

This commit is contained in:
Saurabh Rawat 2015-10-01 11:07:26 +05:30
parent 38b08c5116
commit 2f9989086e

View File

@ -379,4 +379,3 @@ nullStr : String -> IO Bool
nullStr p = do ok <- foreign FFI_C "isNull" (String -> IO Int) p
return (ok /= 0)