From: Baptiste Daroussin Date: Wed, 12 Apr 2023 08:14:10 +0000 (+0200) Subject: mlmmj-unsub: indentation fix X-Git-Tag: RELEASE_1_4_0b1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8456d893307aaf980c2ac49787301adde5348419;p=thirdparty%2Fmlmmj.git mlmmj-unsub: indentation fix --- diff --git a/src/mlmmj-unsub.c b/src/mlmmj-unsub.c index 3c14106e..3d7e5d6a 100644 --- a/src/mlmmj-unsub.c +++ b/src/mlmmj-unsub.c @@ -209,9 +209,9 @@ int main(int argc, char **argv) notifysub = !quiet && statctrl(ml.ctrlfd, "notifysub"); - /* Notify list owner about subscription */ - if (notifysub) - notify_sub(&ml, address, typesub, reasonsub, false); + /* Notify list owner about subscription */ + if (notifysub) + notify_sub(&ml, address, typesub, reasonsub, false); free(address);