From 807f85d38ee780aa42731a94bf8503bd89c1a5ee Mon Sep 17 00:00:00 2001 From: danapple Date: Sun, 27 Feb 2011 11:10:32 -0600 Subject: [PATCH] Astyling recent change --- src/com/fsck/k9/helper/DateFormatter.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/com/fsck/k9/helper/DateFormatter.java b/src/com/fsck/k9/helper/DateFormatter.java index 9023573a0..f964b2183 100644 --- a/src/com/fsck/k9/helper/DateFormatter.java +++ b/src/com/fsck/k9/helper/DateFormatter.java @@ -75,11 +75,10 @@ public class DateFormatter { return sChosenFormat; } - public static void clearChosenFormat() - { + public static void clearChosenFormat() { sChosenFormat = null; } - + public static DateFormat getDateFormat(Context context) { String formatString = getFormat(context); return getDateFormat(context, formatString);