aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/cardem
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2018-07-08 13:58:12 +0200
committerKévin Redon <kredon@sysmocom.de>2018-07-11 22:01:58 +0200
commit33d1eb73fdc3db0ca5f429c99ca65dd958cceaf1 (patch)
tree847873fb2f5e89c43032897f07c18daab5fb9477 /firmware/apps/cardem
parent93717e43b38348821b32cd476c1ab87b1bed9edb (diff)
replace leading spaces with tabs
Diffstat (limited to 'firmware/apps/cardem')
-rw-r--r--firmware/apps/cardem/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/apps/cardem/main.c b/firmware/apps/cardem/main.c
index 9241c06..ae46794 100644
--- a/firmware/apps/cardem/main.c
+++ b/firmware/apps/cardem/main.c
@@ -152,7 +152,7 @@ extern int main(void)
EEFC_ReadUniqueID(g_unique_id);
- printf("\n\r\n\r"
+ printf("\n\r\n\r"
"=============================================================================\n\r"
"SIMtrace2 firmware " GIT_VERSION " (C) 2010-2016 by Harald Welte\n\r"
"=============================================================================\n\r");