Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-17 | Fix braces in if-else statements | Lukas Fleischer | |
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> | |||
2013-02-14 | calendar.c: Rename to "ui-calendar.c" | Lukas Fleischer | |
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> |