tbf: Fix the indention of this routine
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 000becd..2ec020e 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -1398,7 +1398,7 @@
 			 * control ack!*/
 			LOGP(DRLCMACDL, LOGL_NOTICE, "- ack range is out of "
 				"V(A)..V(S) range %s Free TBF!\n", tbf_name(this));
-				return 1; /* indicate to free TBF */
+			return 1; /* indicate to free TBF */
 		}
 		/* SSN - 1 is in range V(A)..V(S)-1 */
 		for (i = 63, bsn = (ssn - 1) & mod_sns;