Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
print on a newline with no indentation rather than nonstandard indentation
  • Loading branch information
nosracd committed Nov 6, 2024
1 parent 5650776 commit 00a478c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lcm-logger/lcm-logplayer.1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ program is either desired or the only option.
In situations where both Java and a
graphical interface are available, \fBlcm-logplayer-gui\fR provides a more
featureful logplayer with a graphical user interface.
.IP
.PP
Reads packets from an LCM log file and publishes them to LCM.
.SH OPTIONS
.TP
Expand Down
4 changes: 2 additions & 2 deletions lcm-logger/lcm_logplayer.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ static void usage(char *cmd)
{
fprintf(stderr,
"\
Usage: %s [OPTION...] FILE\n\
Reads packets from an LCM log file and publishes them to LCM.\n\
Usage: %s [OPTION...] FILE\n\n\
Reads packets from an LCM log file and publishes them to LCM.\n\
\n\
Options:\n\
-v, --verbose Print information about each packet.\n\
Expand Down

0 comments on commit 00a478c

Please sign in to comment.