aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libcommon
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-17 17:06:59 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-02-22 17:28:49 +0100
commit94f49a4f08a963d473e9ab2c935d9cafa58f9067 (patch)
treeadbae7ba54f481c8c971ed60e3760f0cb3a060ff /openbsc/src/libcommon
parentf13b3c968ff6266cc19188fe25cb3f7d8d780b6d (diff)
debug.h/c: remove unused cruft / cosmetic tweaks
Diffstat (limited to 'openbsc/src/libcommon')
-rw-r--r--openbsc/src/libcommon/debug.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbsc/src/libcommon/debug.c b/openbsc/src/libcommon/debug.c
index 51fbb931e..3f3232c46 100644
--- a/openbsc/src/libcommon/debug.c
+++ b/openbsc/src/libcommon/debug.c
@@ -177,8 +177,7 @@ static const struct log_info_cat default_categories[] = {
},
};
-static int filter_fn(const struct log_context *ctx,
- struct log_target *tar)
+static int filter_fn(const struct log_context *ctx, struct log_target *tar)
{
const struct gsm_subscriber *subscr = ctx->ctx[LOGGING_CTX_VLR_SUBSCR];
const struct gprs_nsvc *nsvc = ctx->ctx[LOGGING_CTX_GB_NSVC];