Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-04-02 00:30:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2010-04-02 00:30:07 +0400
commitce3124dc193059ed54ea150380d07f316850fcf9 (patch)
tree516f96144f1d799b5f53a52397729c7a98db67b1 /winsup/cygwin/nlsfuncs.cc
parent57f7ebe1f28f9965339be8b27db2a80a6a9a4671 (diff)
* nlsfuncs.cc: Fix indentation.
Diffstat (limited to 'winsup/cygwin/nlsfuncs.cc')
-rw-r--r--winsup/cygwin/nlsfuncs.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/cygwin/nlsfuncs.cc b/winsup/cygwin/nlsfuncs.cc
index ddf6d14da..498b36008 100644
--- a/winsup/cygwin/nlsfuncs.cc
+++ b/winsup/cygwin/nlsfuncs.cc
@@ -332,7 +332,7 @@ locale_cmp (const void *a, const void *b)
rebase all char * pointers within, up to the given size of the structure. */
static void
rebase_locale_buf (const void *ptrv, const char *newbase, const char *oldbase,
- const void *ptrvend)
+ const void *ptrvend)
{
const char **ptrs = (const char **) ptrv;
const char **ptrsend = (const char **) ptrvend;
@@ -694,7 +694,7 @@ __set_lc_time_from_win (const char *name, struct lc_time_T *_time_locale,
}
if (tmp != new_lc_time_buf)
rebase_locale_buf (_time_locale, tmp, new_lc_time_buf,
- _time_locale + 1);
+ _time_locale + 1);
if (*lc_time_buf)
free (*lc_time_buf);
*lc_time_buf = tmp;
@@ -740,7 +740,7 @@ __set_lc_numeric_from_win (const char *name,
}
if (tmp != new_lc_numeric_buf)
rebase_locale_buf (_numeric_locale, tmp, new_lc_numeric_buf,
- _numeric_locale + 1);
+ _numeric_locale + 1);
if (*lc_numeric_buf)
free (*lc_numeric_buf);
*lc_numeric_buf = tmp;
@@ -842,7 +842,7 @@ __set_lc_monetary_from_win (const char *name,
}
if (tmp != new_lc_monetary_buf)
rebase_locale_buf (_monetary_locale, tmp, new_lc_monetary_buf,
- _monetary_locale + 1);
+ _monetary_locale + 1);
if (*lc_monetary_buf)
free (*lc_monetary_buf);
*lc_monetary_buf = tmp;