set most of trunk svn property eol-style:native
[reactos.git] / reactos / lib / crt / math / i386 / atan_asm.s
index 0698a4a..6b21e2d 100644 (file)
@@ -1,22 +1,22 @@
-/*\r
- * COPYRIGHT:         See COPYING in the top level directory\r
- * PROJECT:           ReactOS kernel\r
- * PURPOSE:           \r
- * FILE:              \r
- * PROGRAMER:         Magnus Olsen (magnus@greatlord.com)\r
- *                    \r
- */\r
\r
-.globl _atan\r
-\r
-.intel_syntax noprefix\r
-\r
-/* FUNCTIONS ***************************************************************/\r
-\r
-_atan:\r
-        push    ebp\r
-        mov     ebp,esp            \r
-        fld     qword ptr [ebp+8]   \r
-        fpatan                      \r
-        pop     ebp\r
-        ret\r
+/*
+ * COPYRIGHT:         See COPYING in the top level directory
+ * PROJECT:           ReactOS kernel
+ * PURPOSE:           
+ * FILE:              
+ * PROGRAMER:         Magnus Olsen (magnus@greatlord.com)
+ *                    
+ */
+.globl _atan
+
+.intel_syntax noprefix
+
+/* FUNCTIONS ***************************************************************/
+
+_atan:
+        push    ebp
+        mov     ebp,esp            
+        fld     qword ptr [ebp+8]   
+        fpatan                      
+        pop     ebp
+        ret