[gimp] plug-ins: variable alignement.



commit 3bab69310e7207db160ae1fafeedb08a234c889a
Author: Jehan <jehan girinstud io>
Date:   Sun Jan 1 19:16:32 2017 +0100

    plug-ins: variable alignement.
    
    Extreme nitpicking on commit 6e608f6, I'm sorry!
    I just couldn't let go this very slightly misaligned variable.

 plug-ins/script-fu/script-fu-server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/script-fu/script-fu-server.c b/plug-ins/script-fu/script-fu-server.c
index 5d0bb21..cc07501 100644
--- a/plug-ins/script-fu/script-fu-server.c
+++ b/plug-ins/script-fu/script-fu-server.c
@@ -553,7 +553,7 @@ execute_command (SFCommand *cmd)
   gboolean    error;
   gint        i;
   gdouble     total_time;
-  GTimer      *timer;
+  GTimer     *timer;
 
   server_log ("Processing request #%d\n", cmd->request_no);
   timer = g_timer_new ();


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