vlog: Make the most common module reference more direct.
[cascardo/ovs.git] / lib / vlog.c
index 3d0b87c..f514d65 100644 (file)
@@ -209,7 +209,8 @@ vlog_get_destination_val(const char *name)
     return i;
 }
 
-void vlog_insert_module(struct ovs_list *vlog)
+void
+vlog_insert_module(struct ovs_list *vlog)
 {
     list_insert(&vlog_modules, vlog);
 }