summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9d3906a)
raw | patch | inline | side by side (parent: 9d3906a)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 15 Aug 2016 18:59:05 +0000 (20:59 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 15 Aug 2016 18:59:05 +0000 (20:59 +0200) |
Reported by GCC-6 with the `-Werror=misleading-indentation` option.
Thanks for Lucas Nussbaum for reporting this issue!
Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831194
Thanks for Lucas Nussbaum for reporting this issue!
Fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=831194
src/write_kafka.c | patch | blob | history |
diff --git a/src/write_kafka.c b/src/write_kafka.c
index 775e2e0934f55613d69e5521a3829a495a8a8c4a..424acac95044f4f5c0bac57b52d5b772ddbe19c9 100644 (file)
--- a/src/write_kafka.c
+++ b/src/write_kafka.c
}
if (conf != NULL)
rd_kafka_conf_destroy(conf);
- return (0);
+ return (0);
errout:
if (conf != NULL)
rd_kafka_conf_destroy(conf);