From d3d14a2058b56aeb4dacc0745094eedc9a92dc64 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 22 Dec 2011 10:09:42 +0100 Subject: Fix indentation from 2c705843. --- fticks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fticks.c b/fticks.c index ed7d0b4..43b37fe 100644 --- a/fticks.c +++ b/fticks.c @@ -109,10 +109,10 @@ fticks_log(const struct options *options, if (options->fticks_reporting == RSP_FTICKS_REPORTING_FULL) { if (client->conf->fticks_visinst != NULL ) { snprintf((char *) visinst, sizeof(visinst), "VISINST=%s#", - client->conf->fticks_visinst); + client->conf->fticks_visinst); } else { snprintf((char *) visinst, sizeof(visinst), "VISINST=%s#", - client->conf->name); + client->conf->name); } } -- cgit v1.1