set most of trunk svn property eol-style:native
[reactos.git] / reactos / lib / string / labs.c
index 7ef9169..ecbf89b 100644 (file)
@@ -1,9 +1,9 @@
-#include <string.h>\r
-/*\r
- * @implemented\r
- */\r
-long\r
-labs(long j)\r
-{\r
-  return j<0 ? -j : j;\r
-}\r
+#include <string.h>
+/*
+ * @implemented
+ */
+long
+labs(long j)
+{
+  return j<0 ? -j : j;
+}