aboutsummaryrefslogtreecommitdiff
path: root/lib/unixctl.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-08-30 00:24:53 -0700
committerJesse Gross <jesse@nicira.com>2010-08-30 13:23:08 -0700
commitd295e8e97acae13552a5b220d3fbcff8201064a2 (patch)
treeeb90646c3c927a62fd2f520eb5fcd602297b1a79 /lib/unixctl.h
parent90a249dc93ccabd398b64092121b07e5af2d8c2d (diff)
treewide: Remove trailing whitespace
Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'lib/unixctl.h')
-rw-r--r--lib/unixctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unixctl.h b/lib/unixctl.h
index 89199bb6..2ab9a685 100644
--- a/lib/unixctl.h
+++ b/lib/unixctl.h
@@ -16,7 +16,7 @@
#ifndef UNIXCTL_H
#define UNIXCTL_H 1
-
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -45,7 +45,7 @@ void unixctl_command_register(const char *name,
unixctl_cb_func *cb, void *aux);
void unixctl_command_reply(struct unixctl_conn *, int code,
const char *body);
-
+
#ifdef __cplusplus
}
#endif