From a87c0a22479a5ff4bfdf8c8e92857350628807c3 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 11 May 2011 15:20:59 +0200 Subject: whitespace fixes. no code changes Signed-off-by: Denys Vlasenko --- src/report-python/reportmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/report-python/reportmodule.c') diff --git a/src/report-python/reportmodule.c b/src/report-python/reportmodule.c index c40cfaf6..92f435ce 100644 --- a/src/report-python/reportmodule.c +++ b/src/report-python/reportmodule.c @@ -30,7 +30,7 @@ static PyMethodDef module_methods[] = { { NULL } }; -#ifndef PyMODINIT_FUNC /* declarations for DLL import/export */ +#ifndef PyMODINIT_FUNC /* declarations for DLL import/export */ #define PyMODINIT_FUNC void #endif PyMODINIT_FUNC -- cgit