summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tools/regpatch.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-10 12:27:24 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:42:48 +0100
commit33032276f532f5344d56ca6c436befb2e3b74fc5 (patch)
treef139ab9101d45af122ccd2b667b5402284ba74f1 /source4/lib/registry/tools/regpatch.c
parenta3e5710eda2e9fc7ee9dce1e9082dbf03f96faeb (diff)
downloadsamba-33032276f532f5344d56ca6c436befb2e3b74fc5.tar.gz
samba-33032276f532f5344d56ca6c436befb2e3b74fc5.tar.bz2
samba-33032276f532f5344d56ca6c436befb2e3b74fc5.zip
r25603: More reformat.
Guenther (This used to be commit 176614423ea57e853211c43b9853203243c6a978)
Diffstat (limited to 'source4/lib/registry/tools/regpatch.c')
-rw-r--r--source4/lib/registry/tools/regpatch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/lib/registry/tools/regpatch.c b/source4/lib/registry/tools/regpatch.c
index 1e6d15a7af..35f12c7e62 100644
--- a/source4/lib/registry/tools/regpatch.c
+++ b/source4/lib/registry/tools/regpatch.c
@@ -1,19 +1,19 @@
-/*
+/*
Unix SMB/CIFS implementation.
simple registry frontend
-
+
Copyright (C) 2004-2007 Jelmer Vernooij, jelmer@samba.org
This program is free software; you can redistribute it and/or modify
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/>.
*/
@@ -52,10 +52,10 @@ int main(int argc, char **argv)
} else {
h = reg_common_open_local (cmdline_credentials);
}
-
+
if (h == NULL)
return 1;
-
+
patch = poptGetArg(pc);
if (patch == NULL) {
poptPrintUsage(pc, stderr, 0);