whitespace cleanup

This commit is contained in:
Christopher Faylor
2003-03-09 20:31:07 +00:00
parent c367dfd02c
commit a113a3c540
15 changed files with 55 additions and 56 deletions

View File

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