ovs-vsctl: Allow "get" commands to create @names also.
[openvswitch] / lib / daemon.c
index cb2f8c206a4d9d1f5904d6700af0c7970e992b88..5486504641b6ded5fa94dae6b5506be66a07ba0c 100644 (file)
@@ -59,7 +59,7 @@ static bool monitor;
 /* Returns the file name that would be used for a pidfile if 'name' were
  * provided to set_pidfile().  The caller must free the returned string. */
 char *
-make_pidfile_name(const char *name) 
+make_pidfile_name(const char *name)
 {
     return (!name
             ? xasprintf("%s/%s.pid", ovs_rundir, program_name)