diff src/gtkglextmm-test.cpp @ 2352:8474fcb3e1b5

Fix line ending style (DOS -> Unix) for some test programs
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 29 Mar 2012 12:10:58 +0200
parents 8a6c466753e2
children 99516e73b368
line wrap: on
line diff
--- a/src/gtkglextmm-test.cpp	Thu Mar 29 12:01:39 2012 +0200
+++ b/src/gtkglextmm-test.cpp	Thu Mar 29 12:10:58 2012 +0200
@@ -1,15 +1,15 @@
-/*
- * This file is part of MXE.
- * See doc/index.html for further information.
- */
-
-#include <gtkmm/main.h>
-#include <gtkmm/gl/init.h>
-
-int main(int argc, char *argv[])
-{
-    Gtk::Main g(argc, argv);
-    Gtk::GL::init(argc, argv);
-    g.run();
-    return 0;
-}
+/*
+ * This file is part of MXE.
+ * See doc/index.html for further information.
+ */
+
+#include <gtkmm/main.h>
+#include <gtkmm/gl/init.h>
+
+int main(int argc, char *argv[])
+{
+    Gtk::Main g(argc, argv);
+    Gtk::GL::init(argc, argv);
+    g.run();
+    return 0;
+}