atk/atkprivate.c: Fix Formatting
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Mar 2014 11:18:46 +0000 (19:18 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Mar 2014 11:18:46 +0000 (19:18 +0800)
In my previous patch to move DllMain() to atk/atkprivate.c, somehow the
formatting went wrong, so fix that up.

atk/atkprivate.c

index 17e8d62..e414bf2 100644 (file)
 static HMODULE atk_dll;
 
 BOOL WINAPI
-DllMain(HINSTANCE hinstDLL,
-DWORD     fdwReason,
-LPVOID    lpvReserved)
+DllMain (HINSTANCE hinstDLL,
+         DWORD     fdwReason,
+         LPVOID    lpvReserved)
 {
-       switch (fdwReason)
-       {
-       case DLL_PROCESS_ATTACH:
-               atk_dll = (HMODULE)hinstDLL;
-               break;
-       }
-
-       return TRUE;
+  switch (fdwReason)
+    {
+    case DLL_PROCESS_ATTACH:
+      atk_dll = (HMODULE) hinstDLL;
+      break;
+    }
+
+  return TRUE;
 }
 
 static const char *