summaryrefslogtreecommitdiff
path: root/vpdopt.c
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2008-02-16 18:16:40 +0000
committerJean Delvare <jdelvare@suse.de>2008-02-16 18:16:40 +0000
commitc9209be08ab558a9817a71caf15a0e2163d419c4 (patch)
treea67a2ec120451243438e0a55db5eaac5be266a06 /vpdopt.c
parent4e721204a471e64c041a4c260707d0d52d1811e6 (diff)
downloaddmidecode-git-c9209be08ab558a9817a71caf15a0e2163d419c4.tar.gz
Drop trailing whitespace.
Diffstat (limited to 'vpdopt.c')
-rw-r--r--vpdopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpdopt.c b/vpdopt.c
index b410187..70933b1 100644
--- a/vpdopt.c
+++ b/vpdopt.c
@@ -152,6 +152,6 @@ void print_help(void)
" -s, --string KEYWORD Only display the value of the given VPD string\n"
" -u, --dump Do not decode the VPD records\n"
" -V, --version Display the version and exit\n";
-
+
printf("%s", help);
}