summaryrefslogtreecommitdiff
path: root/src/target/arm11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm11.c')
-rw-r--r--src/target/arm11.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/target/arm11.c b/src/target/arm11.c
index 108194e5..f962cde2 100644
--- a/src/target/arm11.c
+++ b/src/target/arm11.c
@@ -1,6 +1,6 @@
/***************************************************************************
* Copyright (C) 2008 digenius technology GmbH. *
- *
+ * *
* Copyright (C) 2008 Oyvind Harboe oyvind.harboe@zylin.com *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -1803,11 +1803,3 @@ int arm11_register_commands(struct command_context_s *cmd_ctx)
return ERROR_OK;
}
-
-
-/*
- * Local Variables: ***
- * c-basic-offset: 4 ***
- * tab-width: 4 ***
- * End: ***
- */