From fc1fd8ecee6c800582c4eec668b665f176c88440 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 22 Apr 2010 12:06:50 -0700 Subject: [PATCH] another minor codingstyle fix Signed-off-by: Greg Kroah-Hartman --- bti.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.39.5