summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-16 16:22:32 +0200
committerGünther Deschner <gd@samba.org>2010-09-16 16:22:32 +0200
commit725126b1723438ba8b6f9dd41eac8730856da41e (patch)
tree09f71da878af16a342815ec76b008972ec199915 /source4/torture/ndr/ndr.h
parent567a2e68d67608fca6c040393bd55b8699a5c3e2 (diff)
downloadsamba-725126b1723438ba8b6f9dd41eac8730856da41e.tar.gz
samba-725126b1723438ba8b6f9dd41eac8730856da41e.tar.bz2
samba-725126b1723438ba8b6f9dd41eac8730856da41e.zip
s3-smbtorture: fixup trailing whitespace in ndr testsuite.
Guenther
Diffstat (limited to 'source4/torture/ndr/ndr.h')
-rw-r--r--source4/torture/ndr/ndr.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/torture/ndr/ndr.h b/source4/torture/ndr/ndr.h
index 517bcb6b34..9438b16b65 100644
--- a/source4/torture/ndr/ndr.h
+++ b/source4/torture/ndr/ndr.h
@@ -1,18 +1,18 @@
-/*
+/*
Unix SMB/CIFS implementation.
SMB torture tester
Copyright (C) Jelmer Vernooij 2007
-
+
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/>.
*/
@@ -25,9 +25,9 @@
#include "libcli/security/security.h"
_PUBLIC_ struct torture_test *_torture_suite_add_ndr_pull_test(
- struct torture_suite *suite,
+ struct torture_suite *suite,
const char *name, ndr_pull_flags_fn_t fn,
- DATA_BLOB db,
+ DATA_BLOB db,
size_t struct_size,
int ndr_flags,
bool (*check_fn) (struct torture_context *, void *data));