Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / sdk / include / c++ / cstddef
index 29e4709..40f0f86 100644 (file)
@@ -1,11 +1,11 @@
-// ISO C++ standards definitions\r
-\r
-#include <stddef.h>\r
-\r
-#pragma once\r
-\r
-namespace std\r
-{\r
-  using ::ptrdiff_t;\r
-  using ::size_t;\r
-}\r
+// ISO C++ standards definitions
+
+#include <stddef.h>
+
+#pragma once
+
+namespace std
+{
+  using ::ptrdiff_t;
+  using ::size_t;
+}