Skip to content

Commit

Permalink
Fix indentation from 2c70584.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Dec 22, 2011
1 parent 68d8511 commit d3d14a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fticks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit d3d14a2

Please sign in to comment.