From 9eb8ace2608980f6c5e68610210fc6dd921b41ff Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 24 Nov 2013 16:48:11 +0100 Subject: tbf: Fix the indention of this routine --- src/tbf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbf.cpp b/src/tbf.cpp index 000becd7..2ec020ee 100644 --- a/src/tbf.cpp +++ b/src/tbf.cpp @@ -1398,7 +1398,7 @@ int gprs_rlcmac_tbf::snd_dl_ack(uint8_t final, uint8_t ssn, uint8_t *rbb) * 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; -- cgit v1.2.3