diff options
author | Michael Adam <obnox@samba.org> | 2007-09-07 13:54:56 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:32 -0500 |
commit | 628e4d90090238e9109893401e7a92344199268b (patch) | |
tree | 10c7b4d3f33293608e11dca4e05b614bd1064315 | |
parent | 8401971a872dba206d7c2ea2c0ffe1aafd891ba0 (diff) | |
download | samba-628e4d90090238e9109893401e7a92344199268b.tar.gz samba-628e4d90090238e9109893401e7a92344199268b.tar.bz2 samba-628e4d90090238e9109893401e7a92344199268b.zip |
r24996: Eliminate more trailing spaces...
(This used to be commit 1ee1b75113c7035c8882fe53981dba7cfc3aa187)
-rw-r--r-- | source3/registry/reg_smbconf.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/registry/reg_smbconf.c b/source3/registry/reg_smbconf.c index 804afdbdff..e2c7e7ea08 100644 --- a/source3/registry/reg_smbconf.c +++ b/source3/registry/reg_smbconf.c @@ -1,4 +1,4 @@ -/* +/* * Unix SMB/CIFS implementation. * Virtual Windows Registry Layer * Copyright (C) Volker Lendecke 2006 @@ -8,12 +8,12 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program; if not, see <http://www.gnu.org/licenses/>. */ @@ -224,10 +224,10 @@ static WERROR smbconf_set_secdesc(const char *key, } -/* +/* * Table of function pointers for accessing smb.conf data */ - + REGISTRY_OPS smbconf_reg_ops = { smbconf_fetch_keys, smbconf_fetch_values, |