diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-01-09 21:03:11 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-01-09 21:20:43 +0100 |
commit | b929bf049d33823dedb1ab2e2ac688cd341792fb (patch) | |
tree | f41eb09c2a65802f9e8d98ab3cdcbfa44872e9bc /src/fstab-generator/fstab-generator.c | |
parent | 99f861310d3f05f4e86cb9582a94b891dbb3382b (diff) |
tabs to spaces
Skipped bootchart and various files that looked like they should be
kept in sync with external sources.
Diffstat (limited to 'src/fstab-generator/fstab-generator.c')
-rw-r--r-- | src/fstab-generator/fstab-generator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fstab-generator/fstab-generator.c b/src/fstab-generator/fstab-generator.c index f3ecc24be6..2b67bb612d 100644 --- a/src/fstab-generator/fstab-generator.c +++ b/src/fstab-generator/fstab-generator.c @@ -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; |