From bb4de6df6ef2ff155e2bdc10794c232a288b0a9b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 26 Feb 2012 22:43:15 +0100 Subject: pyparam: fix formatting. --- source4/param/pyparam.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'source4/param') diff --git a/source4/param/pyparam.c b/source4/param/pyparam.c index 4d246a7d8a..9874006bfa 100644 --- a/source4/param/pyparam.c +++ b/source4/param/pyparam.c @@ -475,17 +475,17 @@ static PyObject *py_sbin_dir(PyObject *self) } static PyMethodDef pyparam_methods[] = { - { "default_path", (PyCFunction)py_default_path, METH_NOARGS, - "Returns the default smb.conf path." }, - { "setup_dir", (PyCFunction)py_setup_dir, METH_NOARGS, - "Returns the compiled in location of provision tempates." }, - { "modules_dir", (PyCFunction)py_modules_dir, METH_NOARGS, - "Returns the compiled in location of modules." }, - { "bin_dir", (PyCFunction)py_bin_dir, METH_NOARGS, - "Returns the compiled in BINDIR." }, - { "sbin_dir", (PyCFunction)py_sbin_dir, METH_NOARGS, - "Returns the compiled in SBINDIR." }, - { NULL } + { "default_path", (PyCFunction)py_default_path, METH_NOARGS, + "Returns the default smb.conf path." }, + { "setup_dir", (PyCFunction)py_setup_dir, METH_NOARGS, + "Returns the compiled in location of provision tempates." }, + { "modules_dir", (PyCFunction)py_modules_dir, METH_NOARGS, + "Returns the compiled in location of modules." }, + { "bin_dir", (PyCFunction)py_bin_dir, METH_NOARGS, + "Returns the compiled in BINDIR." }, + { "sbin_dir", (PyCFunction)py_sbin_dir, METH_NOARGS, + "Returns the compiled in SBINDIR." }, + { NULL } }; void initparam(void) -- cgit