Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extend CODING_STYLE document a bit | Lennart Poettering | 2013-12-09 | 1 | -17/+63 |
| | |||||
* | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen | 2013-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - Add space between if/for and the opening parentheses - Place the opening brace on same line as the function (not for udev) From the CODING_STYLE Try to use this: void foo() { } instead of this: void foo() { } | ||||
* | analyze: various cleanups | Lennart Poettering | 2013-03-08 | 1 | -9/+105 |
| | | | | | | | | | | | | | | | | | | Update systemd-analyze to follow the coding style of the other tools more closely. Also, update the CODING_STYLE to document this for future additions. Changes: - Always use usec_t for time units, so that we always use the same types everywhere, and format times the same way as everywhere else. - Add "static" to global variables - Make sure we can always distuingish OOM and other errors: ensure we always return useful error codes from all functions. - Always free unit_times array | ||||
* | Clarify sentence | Tollef Fog Heen | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Minor typo | Tollef Fog Heen | 2012-10-01 | 1 | -1/+1 |
| | |||||
* | Be consistent about "." vs no "." at the end of lines" | Tollef Fog Heen | 2012-10-01 | 1 | -4/+4 |
| | |||||
* | Spelling Corrections | Harald Hoyer | 2011-02-28 | 1 | -1/+1 |
| | | | | Just some lame spelling corrections with no functionality. | ||||
* | CODING_STYLE: minor updates | Lennart Poettering | 2010-02-14 | 1 | -0/+11 |
| | |||||
* | CODING_STYLE: add missing - | Lennart Poettering | 2009-11-18 | 1 | -1/+1 |
| | |||||
* | initial commit | Lennart Poettering | 2009-11-18 | 1 | -0/+16 |