summaryrefslogtreecommitdiffstats
path: root/src/report-python/reportmodule.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-11 15:20:59 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-11 15:20:59 +0200
commita87c0a22479a5ff4bfdf8c8e92857350628807c3 (patch)
treea02fe12aa02f09e4a1da3968415b98e8f0939069 /src/report-python/reportmodule.c
parent13764155bff0f40cc9d380513998edcea8a12459 (diff)
downloadabrt-a87c0a22479a5ff4bfdf8c8e92857350628807c3.tar.gz
abrt-a87c0a22479a5ff4bfdf8c8e92857350628807c3.tar.xz
abrt-a87c0a22479a5ff4bfdf8c8e92857350628807c3.zip
whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/reportmodule.c')
-rw-r--r--src/report-python/reportmodule.c2
1 files changed, 1 insertions, 1 deletions
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