Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix several whitespace errors | 2013-03-04 | -11/+11 | |
| | | | | | | | | | | * Remove whitespace at the end of lines. * Replace space indentation by tabs. * Add whitespace before/after several operators ("+", "-", "*", ...) * Add whitespace to assignments ("foo = bar;"). * Fix whitespace in parameter lists ("foobar(foo, bar, 42)"). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||
* | Move function for configfile parsing into configfile.[ch] | 2008-03-28 | -0/+87 | |
This is a generic function which wanted its own little object file. Signed-off-by: Lars Hjemli <hjemli@gmail.com> |