Remove DOS line endings.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@618 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/math/llrint.c b/mingw-w64-crt/math/llrint.c
index 6357618..27dff16 100644
--- a/mingw-w64-crt/math/llrint.c
+++ b/mingw-w64-crt/math/llrint.c
@@ -1,15 +1,15 @@
-/**

- * This file has no copyright assigned and is placed in the Public Domain.

- * This file is part of the w64 mingw-runtime package.

- * No warranty is given; refer to the file DISCLAIMER within this package.

- */

-#include <math.h>

-

-long long llrint (double x) 

-{

-  long long retval;

-  __asm__ __volatile__							      \

-    ("fistpll %0"  : "=m" (retval) : "t" (x) : "st");				      \

-  return retval;

-}

-

+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the w64 mingw-runtime package.
+ * No warranty is given; refer to the file DISCLAIMER within this package.
+ */
+#include <math.h>
+
+long long llrint (double x) 
+{
+  long long retval;
+  __asm__ __volatile__							      \
+    ("fistpll %0"  : "=m" (retval) : "t" (x) : "st");				      \
+  return retval;
+}
+