src/plugin.c: Fix indentation.
authorFlorian Forster <octo@noris.net>
Thu, 21 Aug 2008 15:19:44 +0000 (17:19 +0200)
committerFlorian Forster <octo@noris.net>
Thu, 21 Aug 2008 15:19:44 +0000 (17:19 +0200)
commit855f19f3ed0af3ff5d9f67a3fbc1acd2c1a4d053
treee38cd9144df772872ad88b76e23fce010a6d733c
parent2aaabc7592009a1f6e2d6033a79d3041b05ab500
src/plugin.c: Fix indentation.

Change functions, that were indented using spaces, to *only* use spaces
(instead of a mix of both, spaces and tabs) but leave all the rest, that
is indented using tabs, as it is.

Hope this is a good compromise between consistency and breaking patches
for no good reason ;)
src/plugin.c