remove spaces before tabs at the beginning of lines (^( )+\t)

This commit is contained in:
Martin Willi
2009-09-04 15:02:11 +02:00
parent b9b8a98f47
commit 7b3814f75d
54 changed files with 174 additions and 174 deletions
+11 -11
View File
@@ -37,17 +37,17 @@ typedef struct settings_t settings_t;
*
* E.g.:
* @code
a = b
section-one {
somevalue = asdf
subsection {
othervalue = xxx
}
yetanother = zz
}
section-two {
}
@endcode
a = b
section-one {
somevalue = asdf
subsection {
othervalue = xxx
}
yetanother = zz
}
section-two {
}
@endcode
*
* The values are accesses using the get() functions using dotted keys, e.g.
* section-one.subsection.othervalue