Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix braces in if-else statements | Lukas Fleischer | 2013-02-17 | 1 | -6/+5 |
| | | | | | | | | | | From the Linux kernel coding guidelines: Do not unnecessarily use braces where a single statement will do. [...] This does not apply if one branch of a conditional statement is a single statement. Use braces in both branches. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | 2013-02-14 | 1 | -0/+915 |
This unit belongs to the presentation layer -- rename the file accordingly. Also, rename calendar_*() to ui_calendar_*(). Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |