[commit: packages/old-locale] master: `M-x untabify` & `M-x delete-trailing-whitespace` (109d720)
git at git.haskell.org
git at git.haskell.org
Thu Oct 24 10:15:51 UTC 2013
Repository : ssh://git@git.haskell.org/old-locale
On branch : master
Link : http://git.haskell.org/packages/old-locale.git/commitdiff/109d72087b38c44ffbc9c9750b41c58fe71d9b22
>---------------------------------------------------------------
commit 109d72087b38c44ffbc9c9750b41c58fe71d9b22
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Oct 24 11:52:36 2013 +0200
`M-x untabify` & `M-x delete-trailing-whitespace`
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
109d72087b38c44ffbc9c9750b41c58fe71d9b22
System/Locale.hs | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/System/Locale.hs b/System/Locale.hs
index ef95a0f..c9469db 100644
--- a/System/Locale.hs
+++ b/System/Locale.hs
@@ -33,14 +33,14 @@ where
import Prelude
data TimeLocale = TimeLocale {
- -- |full and abbreviated week days
+ -- |full and abbreviated week days
wDays :: [(String, String)],
- -- |full and abbreviated months
+ -- |full and abbreviated months
months :: [(String, String)],
intervals :: [(String, String)],
- -- |AM\/PM symbols
+ -- |AM\/PM symbols
amPm :: (String, String),
- -- |formatting strings
+ -- |formatting strings
dateTimeFmt, dateFmt,
timeFmt, time12Fmt :: String
} deriving (Eq, Ord, Show)
More information about the ghc-commits
mailing list