mirror of https://github.com/GNOME/gimp.git
plug-ins: variable alignement.
Extreme nitpicking on commit 6e608f6
, I'm sorry!
I just couldn't let go this very slightly misaligned variable.
This commit is contained in:
parent
3d986425b2
commit
3bab69310e
|
@ -553,7 +553,7 @@ execute_command (SFCommand *cmd)
|
||||||
gboolean error;
|
gboolean error;
|
||||||
gint i;
|
gint i;
|
||||||
gdouble total_time;
|
gdouble total_time;
|
||||||
GTimer *timer;
|
GTimer *timer;
|
||||||
|
|
||||||
server_log ("Processing request #%d\n", cmd->request_no);
|
server_log ("Processing request #%d\n", cmd->request_no);
|
||||||
timer = g_timer_new ();
|
timer = g_timer_new ();
|
||||||
|
|
Loading…
Reference in New Issue