chiark / gitweb /
treewide: correct spacing near eol in code comments
[elogind.git] / src / systemctl / systemctl.c
index 17dfff7887abca4f22b450447d00cb62d773bec9..2ceb303f1b0098b5f31f9c892fbf01826cfe7060 100644 (file)
@@ -72,7 +72,7 @@
 #include "bus-util.h"
 #include "bus-message.h"
 #include "bus-error.h"
-#include "bus-errors.h"
+#include "bus-common-errors.h"
 #include "mkdir.h"
 
 static char **arg_types = NULL;
@@ -752,7 +752,7 @@ struct socket_info {
 
         /* Note: triggered is a list here, although it almost certainly
          * will always be one unit. Nevertheless, dbus API allows for multiple
-         * values, so let's follow that.*/
+         * values, so let's follow that. */
         char** triggered;
 
         /* The strv above is shared. free is set only in the first one. */