Replace tabs with spaces to line up usage
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
d5139e4393
commit
8cb2cd43ec
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void syscall_error(int is_err, const char* fmt, ...)
|
||||||
|
|
||||||
void usage() {
|
void usage() {
|
||||||
fprintf(stderr, "Usage: sxmo_vibratepine duration_ms\n");
|
fprintf(stderr, "Usage: sxmo_vibratepine duration_ms\n");
|
||||||
fprintf(stderr, " sxmo_vibratepine duration_ms strength_number\n");
|
fprintf(stderr, " sxmo_vibratepine duration_ms strength_number\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue