Code: Formatting cleanup

This commit is contained in:
Paul Beckingham
2015-05-25 09:21:58 -04:00
parent e8d04bdce6
commit 8fd1bb630d
3 changed files with 18 additions and 21 deletions

View File

@@ -42,14 +42,13 @@ ColumnDate::ColumnDate ()
_type = "date";
_style = "formatted";
_label = "";
_styles = {"formatted",
"julian",
"epoch",
"iso",
"age",
"remaining",
"countdown"};
_styles = {"formatted",
"julian",
"epoch",
"iso",
"age",
"remaining",
"countdown"};
Date now;
now -= 125; // So that "age" is non-zero.