From 628e4d90090238e9109893401e7a92344199268b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Sep 2007 13:54:56 +0000 Subject: r24996: Eliminate more trailing spaces... (This used to be commit 1ee1b75113c7035c8882fe53981dba7cfc3aa187) --- source3/registry/reg_smbconf.c | 10 +++++----- 1 file 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 . */ @@ -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, -- cgit