1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 08:26:52 +03:00

tabs to spaces

Skipped bootchart and various files that looked like they should be
kept in sync with external sources.
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2013-01-09 21:03:11 +01:00
parent 99f861310d
commit b929bf049d
5 changed files with 10 additions and 10 deletions

View File

@ -322,7 +322,7 @@ else:
bus = Gio.BusType.SYSTEM
verb = {'time' : time,
'blame': blame,
'plot' : plot,
}
'blame': blame,
'plot' : plot,
}
verb.get(args.action)()

View 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);
}
}
if (c->cpuset) {
fprintf(f, "%sCPUAffinity:", prefix);

View 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) {
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,

View File

@ -451,8 +451,8 @@ static int parse_new_root_from_proc_cmdline(void) {
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;

View 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++; /* for the leading 'S' */
ser_ind++; /* for the leading 'S' */
for (i = 4; i < len + 4; i++, ser_ind++)
serial[ser_ind] = buf[i];
}