Corrected indents.
authorJarl Gullberg <jarl.gullberg@gmail.com>
Sun, 21 May 2017 20:27:24 +0000 (22:27 +0200)
committerJarl Gullberg <jarl.gullberg@gmail.com>
Sun, 21 May 2017 20:27:24 +0000 (22:27 +0200)
src/OpenTK.GLWidget/GLWidget.cs

index 320f7d7..c63eabc 100644 (file)
@@ -330,11 +330,11 @@ namespace OpenTK
 
         IWindowInfo InitializeWindows()
         {
-            #if GTK3
+#if GTK3
             IntPtr windowHandle = gdk_win32_window_get_handle(this.Window.Handle);
-            #else
+#else
             IntPtr windowHandle = gdk_win32_drawable_get_handle(GdkWindow.Handle);
-            #endif
+#endif
             return Utilities.CreateWindowsWindowInfo(windowHandle);
         }