Minor indentation fix in ulogd_inppkt_NFLOG.c. Signed-off-by: Eric Leblond <eric@xxxxxx> --- input/packet/ulogd_inppkt_NFLOG.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/input/packet/ulogd_inppkt_NFLOG.c b/input/packet/ulogd_inppkt_NFLOG.c index 3f013cc..e0e8554 100644 --- a/input/packet/ulogd_inppkt_NFLOG.c +++ b/input/packet/ulogd_inppkt_NFLOG.c @@ -406,7 +406,7 @@ static int start(struct ulogd_pluginstance *upi) af_ce(upi->config_kset).u.value) < 0) { ulogd_log(ULOGD_ERROR, "unable to force-unbind " "existing log handler for protocol %d\n", - af_ce(upi->config_kset).u.value); + af_ce(upi->config_kset).u.value); goto out_handle; } } -- 1.5.4.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html