diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-05-30 17:02:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:08:44 -0500 |
commit | 8d0d05ddfdb227969777cc7ca6446c13c856fac5 (patch) | |
tree | 34d949cf69bbe7cf9adf6b79899eb3943edd6ecc | |
parent | 0a1a19d9d95b5adbe6c3dd3ed689ce7e3b43ab12 (diff) | |
download | samba-8d0d05ddfdb227969777cc7ca6446c13c856fac5.tar.gz samba-8d0d05ddfdb227969777cc7ca6446c13c856fac5.tar.bz2 samba-8d0d05ddfdb227969777cc7ca6446c13c856fac5.zip |
r15955: fix whitespaces
metze
(This used to be commit a3d1ce6d3b8e771d28ab4418679b89a388579360)
-rw-r--r-- | source4/lib/ldb/tools/cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/cmdline.c b/source4/lib/ldb/tools/cmdline.c index 453fc14663..e7e5186b55 100644 --- a/source4/lib/ldb/tools/cmdline.c +++ b/source4/lib/ldb/tools/cmdline.c @@ -44,7 +44,7 @@ struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb, int argc, const #ifdef _SAMBA_BUILD_ int r; #endif - int num_options = 0; + int num_options = 0; int opt; struct poptOption popt_options[] = { POPT_AUTOHELP |