Astyling recent change

This commit is contained in:
danapple 2011-02-27 11:10:32 -06:00
parent f0a8d2edee
commit 807f85d38e
1 changed files with 2 additions and 3 deletions

View File

@ -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);