OSDN Git Service

Fix mixed eol-style
authorsdottaka <none@none>
Mon, 28 Jan 2013 01:40:31 +0000 (17:40 -0800)
committersdottaka <none@none>
Mon, 28 Jan 2013 01:40:31 +0000 (17:40 -0800)
Src/TFile.h

index d2b1b35..8a04fbd 100644 (file)
@@ -1,18 +1,18 @@
 #ifndef _TFILE_H_
 #define _TFILE_H_
 
-#define POCO_NO_UNWINDOWS 1\r
-#include <Poco/File.h>\r
-#include "UnicodeString.h"\r
-#include "unicoder.h"\r
-\r
-class TFile : public Poco::File\r
-{\r
-public:\r
-       TFile(const String& path) : File(ucr::toUTF8(path)) {}\r
-       void copyTo(const String& path) const { File::copyTo(ucr::toUTF8(path)); }\r
-       void moveTo(const String& path) { File::moveTo(ucr::toUTF8(path)); }\r
-       void renameTo(const String& path) { File::renameTo(ucr::toUTF8(path)); }\r
-};\r
-\r
-#endif\r
+#define POCO_NO_UNWINDOWS 1
+#include <Poco/File.h>
+#include "UnicodeString.h"
+#include "unicoder.h"
+
+class TFile : public Poco::File
+{
+public:
+       TFile(const String& path) : File(ucr::toUTF8(path)) {}
+       void copyTo(const String& path) const { File::copyTo(ucr::toUTF8(path)); }
+       void moveTo(const String& path) { File::moveTo(ucr::toUTF8(path)); }
+       void renameTo(const String& path) { File::renameTo(ucr::toUTF8(path)); }
+};
+
+#endif