summaryrefslogtreecommitdiff
path: root/src/fstab-generator
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-01-09 21:03:11 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2013-01-09 21:20:43 +0100
commitb929bf049d33823dedb1ab2e2ac688cd341792fb (patch)
treef41eb09c2a65802f9e8d98ab3cdcbfa44872e9bc /src/fstab-generator
parent99f861310d3f05f4e86cb9582a94b891dbb3382b (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')
-rw-r--r--src/fstab-generator/fstab-generator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fstab-generator/fstab-generator.c b/src/fstab-generator/fstab-generator.c
index f3ecc24be..2b67bb612 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;