aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pwdgrp.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-03-09 20:31:07 +0000
committerChristopher Faylor <me@cgf.cx>2003-03-09 20:31:07 +0000
commita113a3c540bc175afae325620f3537dbd61a8978 (patch)
tree0c2ed2ed60b9e06668f5703277a15c407a0d28d3 /winsup/cygwin/pwdgrp.h
parentc367dfd02c197b33e432f97d74351735f6242e12 (diff)
downloadnewlib-a113a3c540bc175afae325620f3537dbd61a8978.zip
newlib-a113a3c540bc175afae325620f3537dbd61a8978.tar.gz
newlib-a113a3c540bc175afae325620f3537dbd61a8978.tar.bz2
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r--winsup/cygwin/pwdgrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h
index 40b1eeb..aea340d 100644
--- a/winsup/cygwin/pwdgrp.h
+++ b/winsup/cygwin/pwdgrp.h
@@ -72,7 +72,7 @@ public:
if (!check && initialized)
return;
if (pglock->acquire () == 1 &&
- (!initialized || (check && etc::file_changed (etc_ix))))
+ (!initialized || (check && etc::file_changed (etc_ix))))
(this->*read) ();
pglock->release ();
}