diff dw.hpp @ 2906:9d6280f206bd

Minor code cleanups in the template and C++ bindings.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 25 Dec 2022 16:21:52 +0000
parents 0f5008c05134
children afd2d900d1e9
line wrap: on
line diff
--- a/dw.hpp	Sun Dec 25 16:02:59 2022 +0000
+++ b/dw.hpp	Sun Dec 25 16:21:52 2022 +0000
@@ -257,7 +257,7 @@
             ConfigureConnected = true;
         } else {
             ConfigureConnected = false;
-    }
+        }
     }
     static int _OnDelete(HWND window, void *data) { 
         if(reinterpret_cast<Window *>(data)->_ConnectDelete)