aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-24 16:48:11 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-26 20:57:24 +0100
commit9eb8ace2608980f6c5e68610210fc6dd921b41ff (patch)
treeedca036d8236d387c7c371dd8b37ea10244dd5b4 /src
parent12c039cdb23331156ffb867c6ed4f7fb1e912c7e (diff)
tbf: Fix the indention of this routine
Diffstat (limited to 'src')
-rw-r--r--src/tbf.cpp2
1 files changed, 1 insertions, 1 deletions
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;