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:
Jehan 2017-01-01 19:16:32 +01:00
parent 3d986425b2
commit 3bab69310e
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();