summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/subscriber.c
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-09-17 20:55:20 +0200
committerSylvain Munaut <tnt@246tNt.com>2010-09-17 20:55:20 +0200
commitf3e734a2c1cc133700eccf90440572b719406663 (patch)
treee48c299f36e30c3331f006bf21e496f8718e2084 /src/host/layer23/src/mobile/subscriber.c
parent3cdabae2cfd655585c17a8be374d01fe6087ad60 (diff)
layer23/mobile: Fix space/tab indenting in subscriber.c
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'src/host/layer23/src/mobile/subscriber.c')
-rw-r--r--src/host/layer23/src/mobile/subscriber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/subscriber.c b/src/host/layer23/src/mobile/subscriber.c
index 94c8113c..fce62f0d 100644
--- a/src/host/layer23/src/mobile/subscriber.c
+++ b/src/host/layer23/src/mobile/subscriber.c
@@ -812,7 +812,7 @@ int gsm_subscr_generate_kc(struct osmocom_ms *ms, uint8_t key_seq,
struct gsm_settings *set = &ms->settings;
if (set->test_ki_type == GSM_SIM_KEY_COMP128)
- comp128(set->test_ki, rand, sres, subscr->key);
+ comp128(set->test_ki, rand, sres, subscr->key);
else
xor96(set->test_ki, rand, sres, subscr->key);
/* store sequence */