update for HEAD-2003021201
[reactos.git] / lib / msvcrt / float / nafter.c
index 9773d92..a8bd034 100644 (file)
@@ -1,5 +1,6 @@
 #include <msvcrt/float.h>
 
+
 double _nextafter( double x, double y )
 {
        if ( x == y)