Oops, fix last commit so that it also works with modf().
[gnulib.git] / lib / trim.h
index c70a16f..aa777e4 100644 (file)
@@ -30,4 +30,4 @@
 /* Removes leading whitespaces. */
 #define trim_leading(s) trim2(s, TRIM_LEADING)
 
-char *trim2(const char *, int);
+char *trim2 (const char *, int);