From: Jennifer Richards Date: Fri, 1 Jun 2018 19:00:42 +0000 (-0400) Subject: Fix misleading indentation X-Git-Tag: 3.4.0~1^2~5^2~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=d8e0e940cc61d44a18be4849523c4d3edf7db48e Fix misleading indentation --- diff --git a/tid/tids.c b/tid/tids.c index 915e358..3775b52 100644 --- a/tid/tids.c +++ b/tid/tids.c @@ -306,7 +306,7 @@ static TR_GSS_RC tids_req_cb(TALLOC_CTX *mem_ctx, TR_MSG *mreq, TR_MSG **mresp, /* Handle the request and fill in resp */ if (tids_handle_request(tids, req, resp) >= 0) - rc = TR_GSS_SUCCESS; + rc = TR_GSS_SUCCESS; else { /* The TID request was an error response */ tr_debug("tids_req_cb: Error from tids_handle_request");