summaryrefslogtreecommitdiff
path: root/source3/lib/account_pol.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-28 05:47:07 +0000
committerTim Potter <tpot@samba.org>2003-04-28 05:47:07 +0000
commit03412f056d7a277aab8cf6c3daa850803ae74126 (patch)
tree4fb93036c6f30894f1f96b9406b9ee1736f4bb73 /source3/lib/account_pol.c
parentb6ac19c69e800f8004e0dd8af58d65ad1813de46 (diff)
downloadsamba-03412f056d7a277aab8cf6c3daa850803ae74126.tar.gz
samba-03412f056d7a277aab8cf6c3daa850803ae74126.tar.bz2
samba-03412f056d7a277aab8cf6c3daa850803ae74126.zip
Whitespace syncup.
(This used to be commit 7fd7af121ee8ba4f9540394f64fe3c78e2e96cd2)
Diffstat (limited to 'source3/lib/account_pol.c')
-rw-r--r--source3/lib/account_pol.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/lib/account_pol.c b/source3/lib/account_pol.c
index b43f582d7c..e8b382c7ab 100644
--- a/source3/lib/account_pol.c
+++ b/source3/lib/account_pol.c
@@ -118,8 +118,7 @@ BOOL account_policy_get(int field, uint32 *value)
{
fstring name;
- if (!init_account_policy())
- return False;
+ if(!init_account_policy())return False;
*value = 0;
@@ -143,8 +142,7 @@ BOOL account_policy_set(int field, uint32 value)
{
fstring name;
- if (!init_account_policy())
- return False;
+ if(!init_account_policy())return False;
fstrcpy(name, decode_account_policy_name(field));
if (!*name) {