[gimp] Indentation (tabs) cleanup.



commit 48b8df2f149251a3afb76615f87f12fcb6a03a15
Author: Jehan <jehan girinstud io>
Date:   Sun May 29 02:37:32 2016 +0200

    Indentation (tabs) cleanup.

 app/main.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/main.c b/app/main.c
index ab68d95..ea9af56 100644
--- a/app/main.c
+++ b/app/main.c
@@ -325,7 +325,7 @@ main (int    argc,
     t_SetDllDirectoryA p_SetDllDirectoryA;
 
     p_SetDllDirectoryA = GetProcAddress (GetModuleHandle ("kernel32.dll"),
-                                        "SetDllDirectoryA");
+                                         "SetDllDirectoryA");
     if (p_SetDllDirectoryA)
       (*p_SetDllDirectoryA) ("");
   }
@@ -400,7 +400,7 @@ main (int    argc,
     t_SetProcessDEPPolicy p_SetProcessDEPPolicy;
 
     p_SetProcessDEPPolicy = GetProcAddress (GetModuleHandle ("kernel32.dll"),
-                                           "SetProcessDEPPolicy");
+                                            "SetProcessDEPPolicy");
     if (p_SetProcessDEPPolicy)
       (*p_SetProcessDEPPolicy) (PROCESS_DEP_ENABLE|PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION);
   }
@@ -522,8 +522,8 @@ main (int    argc,
   if (! new_instance && gimp_unique_open (filenames, as_new))
     {
       if (be_verbose)
-       g_print ("%s\n",
-                _("Another GIMP instance is already running."));
+        g_print ("%s\n",
+                 _("Another GIMP instance is already running."));
 
       if (batch_commands)
         gimp_unique_batch_run (batch_interpreter, batch_commands);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]