aboutsummaryrefslogtreecommitdiffhomepage
path: root/print_help.h
diff options
context:
space:
mode:
authorGravatar Łukasz Niemier <lukasz@niemier.pl>2012-11-18 11:23:22 +0100
committerGravatar Łukasz Niemier <lukasz@niemier.pl>2012-11-18 11:23:22 +0100
commit47df1ae40adecd0a02fc7dd06ab0745cb18c3fe0 (patch)
tree13bf3e8fdcae60fdfb5fa5e26c95818dc7a49790 /print_help.h
parentb79854ad1aa814d9d35d76a1929b4726fa4bffa5 (diff)
Remove trailing whitespaces and change tabs to spaces
Diffstat (limited to 'print_help.h')
-rw-r--r--print_help.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/print_help.h b/print_help.h
index 1020ca75..69f6578c 100644
--- a/print_help.h
+++ b/print_help.h
@@ -1,13 +1,13 @@
/** \file print_help.h
- Print help message for the specified command
+ Print help message for the specified command
*/
#ifndef FISH_PRINT_HELP_H
#define FISH_PRINT_HELP_H
-/**
- Print help message for the specified command
+/**
+ Print help message for the specified command
*/
void print_help( const char *cmd, int fd );