tidied a little

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-08-15 08:01:14 +00:00
parent d922e293e0
commit db36f7c15d

View file

@ -21,7 +21,8 @@
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
<title>NSCalendarDate class reference</title>
$Date$ $Revision$
@ -863,7 +864,7 @@ static inline int getDigits(const char *from, char *to, int limit)
{
error = YES;
NSDebugMLog(@"Day of week '%@' not found in locale",
currDay);
currDay);
}
else
{
@ -906,7 +907,7 @@ static inline int getDigits(const char *from, char *to, int limit)
{
error = YES;
NSDebugMLog(@"Day of week '%@' not found in locale",
currDay);
currDay);
}
else
{
@ -948,7 +949,7 @@ static inline int getDigits(const char *from, char *to, int limit)
{
error = YES;
NSDebugMLog(@"Month of year '%@' not found in locale",
currMonth);
currMonth);
}
else
{
@ -992,7 +993,7 @@ static inline int getDigits(const char *from, char *to, int limit)
{
error = YES;
NSDebugMLog(@"Month of year '%@' not found in locale",
currMonth);
currMonth);
}
else
{