- Replace the hardcoded calls to Unicode-Functions. Use the module configuration...
[reactos.git] / reactos / dll / cpl / intl / inplocale.c
index 3e20dac..03a9482 100644 (file)
 /* Property page dialog callback */
 INT_PTR CALLBACK
 InpLocalePageProc(HWND hwndDlg,
-               UINT uMsg,
-               WPARAM wParam,
-               LPARAM lParam)
+                  UINT uMsg,
+                  WPARAM wParam,
+                  LPARAM lParam)
 {
-  switch(uMsg)
-  {
-    case WM_INITDIALOG:
-      break;
-  }
-  return FALSE;
+    switch (uMsg)
+    {
+        case WM_INITDIALOG:
+            break;
+    }
+    return FALSE;
 }
 
 /* EOF */