chiark / gitweb /
tabs to spaces
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 9 Jan 2013 20:03:11 +0000 (21:03 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Wed, 9 Jan 2013 20:20:43 +0000 (21:20 +0100)
Skipped bootchart and various files that looked like they should be
kept in sync with external sources.

src/analyze/systemd-analyze.in
src/core/execute.c
src/core/mount.c
src/fstab-generator/fstab-generator.c
src/udev/scsi_id/scsi_serial.c

index bcced18c2c5d21a84370aeafa0ca673bfffa7c40..e964bb3367944dbce3750b0f86b61664b95385d5 100755 (executable)
@@ -322,7 +322,7 @@ else:
         bus = Gio.BusType.SYSTEM
 
 verb = {'time' : time,
         bus = Gio.BusType.SYSTEM
 
 verb = {'time' : time,
-       'blame': blame,
-       'plot' : plot,
-       }
+        'blame': blame,
+        'plot' : plot,
+        }
 verb.get(args.action)()
 verb.get(args.action)()
index 7dc15044b4982866719a40801f0cee18378b903e..9718e43a707e4920ffcb276c95c936d9f1ba9ed2 100644 (file)
@@ -1827,7 +1827,7 @@ void exec_context_dump(ExecContext *c, FILE* f, const char *prefix) {
                         prefix, c->cpu_sched_priority,
                         prefix, yes_no(c->cpu_sched_reset_on_fork));
                 free(policy_str);
                         prefix, c->cpu_sched_priority,
                         prefix, yes_no(c->cpu_sched_reset_on_fork));
                 free(policy_str);
-       }
+        }
 
         if (c->cpuset) {
                 fprintf(f, "%sCPUAffinity:", prefix);
 
         if (c->cpuset) {
                 fprintf(f, "%sCPUAffinity:", prefix);
index 5d2b0100138727dbc2c995df935bdba057a90efb..25bc7e197a12a066bded44d829aa0aeee505b474 100644 (file)
@@ -717,9 +717,9 @@ static void mount_set_state(Mount *m, MountState state) {
                  state == MOUNT_UNMOUNTING_SIGTERM ||
                  state == MOUNT_UNMOUNTING_SIGKILL ||
                  state == MOUNT_FAILED) {
                  state == MOUNT_UNMOUNTING_SIGTERM ||
                  state == MOUNT_UNMOUNTING_SIGKILL ||
                  state == MOUNT_FAILED) {
-               if (state != old_state)
-                       mount_notify_automount(m, -ENODEV);
-       }
+                if (state != old_state)
+                        mount_notify_automount(m, -ENODEV);
+        }
 
         if (state != old_state)
                 log_debug_unit(UNIT(m)->id,
 
         if (state != old_state)
                 log_debug_unit(UNIT(m)->id,
index f3ecc24be62e864a67c15d7ea0fa112a7867c95a..2b67bb612d9cdb03e3a340a44bf793f2783e1418 100644 (file)
@@ -451,8 +451,8 @@ static int parse_new_root_from_proc_cmdline(void) {
         if (!opts || !type)
                 return log_oom();
 
         if (!opts || !type)
                 return log_oom();
 
-       /* root= and roofstype= may occur more than once, the last instance should take precedence.
-        * In the case of multiple rootflags= the arguments should be concatenated */
+        /* root= and roofstype= may occur more than once, the last instance should take precedence.
+         * In the case of multiple rootflags= the arguments should be concatenated */
         FOREACH_WORD_QUOTED(w, l, line, state) {
                 char *word, *tmp_word;
 
         FOREACH_WORD_QUOTED(w, l, line, state) {
                 char *word, *tmp_word;
 
index 3c52dee62dc2757a493617c59a5ed548e4aaaba7..950b8adc0acdaac5cdc36fa19d829d0c9fd7e826 100644 (file)
@@ -799,7 +799,7 @@ static int do_scsi_page80_inquiry(struct udev *udev,
                 ser_ind = prepend_vendor_model(udev, dev_scsi, &serial[1]);
                 if (ser_ind < 0)
                         return 1;
                 ser_ind = prepend_vendor_model(udev, dev_scsi, &serial[1]);
                 if (ser_ind < 0)
                         return 1;
-                ser_ind++;     /* for the leading 'S' */
+                ser_ind++; /* for the leading 'S' */
                 for (i = 4; i < len + 4; i++, ser_ind++)
                         serial[ser_ind] = buf[i];
         }
                 for (i = 4; i < len + 4; i++, ser_ind++)
                         serial[ser_ind] = buf[i];
         }