From 2f13e3d23d9acd448b1e1e2cad419b4c118c43e4 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Wed, 25 Apr 2018 21:53:27 +0200 Subject: checksrc: force indentation of lines after an else This extends the INDENTATION case to also handle 'else' statements and require proper indentation on the following line. Also fixes the offending cases found in the codebase. Closes #2532 --- tests/libtest/stub_gssapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/libtest') diff --git a/tests/libtest/stub_gssapi.c b/tests/libtest/stub_gssapi.c index 168becf88..883cc1900 100644 --- a/tests/libtest/stub_gssapi.c +++ b/tests/libtest/stub_gssapi.c @@ -324,7 +324,7 @@ OM_uint32 gss_display_status(OM_uint32 *min, if(status_string->value) status_string->length = strlen(status_string->value); else - return GSS_S_FAILURE; + return GSS_S_FAILURE; } return GSS_S_COMPLETE; -- cgit v1.2.3