Debian: Update change log for 1.1.0~pre2.g2.ea763e0e-1 upload
[openvswitch] / lib / unixctl.h
index 89199bb6f9ff43de6c89e0ffd8341b1687f889d9..2ab9a6853c02425b3acef7cae42c86775582deff 100644 (file)
@@ -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