From: Greg Kroah-Hartman Date: Thu, 22 Apr 2010 19:06:50 +0000 (-0700) Subject: another minor codingstyle fix X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/fc1fd8ecee6c800582c4eec668b665f176c88440?ds=sidebyside another minor codingstyle fix Signed-off-by: Greg Kroah-Hartman --- diff --git a/bti.c b/bti.c index 201d56f..0668ccd 100644 --- a/bti.c +++ b/bti.c @@ -710,7 +710,8 @@ static void log_session(struct session *session, int retval) session->time, session->hostname); else fprintf(log_file, "%s: host=%s tweet=%s\n", - session->time, session->hostname, session->tweet); + session->time, session->hostname, + session->tweet); break; case ACTION_FRIENDS: fprintf(log_file, "%s: host=%s retrieving friends timeline\n",