Fix misleading indentation
authorJennifer Richards <jennifer@painless-security.com>
Fri, 1 Jun 2018 19:00:42 +0000 (15:00 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 1 Jun 2018 19:00:42 +0000 (15:00 -0400)
tid/tids.c

index 915e358..3775b52 100644 (file)
@@ -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");