diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-13 04:16:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-13 04:16:10 +0200 |
commit | 0aee68ad028e696934367045e652a65865c0de52 (patch) | |
tree | f2bc2f5f561e4f0e8d9462ce339cd1fab68c207d /Makefile.am | |
parent | 6b91ae13f2b0792a21603861672594ed9bb9cd41 (diff) |
python: reindent to follow coding style
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index be97193b45..8885ab83d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3419,6 +3419,7 @@ _journal_la_SOURCES = \ _journal_la_CFLAGS = \ $(AM_CFLAGS) \ -fvisibility=default \ + -Wno-missing-prototypes \ $(PYTHON_CFLAGS) _journal_la_LDFLAGS = \ |