aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/db_interface.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2012-06-13 04:59:55 +0000
committerWarner Losh <imp@FreeBSD.org>2012-06-13 04:59:55 +0000
commit5e92d389b29e7b6d827e875428d795803760ca01 (patch)
treed8beaf76a2743474b07dd387eb8124508e197cd2 /sys/arm/arm/db_interface.c
parentc358d6a2b021e817d85f5ccefbf623f1835a6f87 (diff)
downloadsrc-5e92d389b29e7b6d827e875428d795803760ca01.tar.gz
src-5e92d389b29e7b6d827e875428d795803760ca01.zip
Final whitespace trim.
Notes
Notes: svn path=/head/; revision=236991
Diffstat (limited to 'sys/arm/arm/db_interface.c')
-rw-r--r--sys/arm/arm/db_interface.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arm/arm/db_interface.c b/sys/arm/arm/db_interface.c
index 5ec9110282e8..690665087678 100644
--- a/sys/arm/arm/db_interface.c
+++ b/sys/arm/arm/db_interface.c
@@ -6,24 +6,24 @@
* Mach Operating System
* Copyright (c) 1991,1990 Carnegie Mellon University
* All Rights Reserved.
- *
+ *
* Permission to use, copy, modify and distribute this software and its
* documentation is hereby granted, provided that both the copyright
* notice and this permission notice appear in all copies of the
* software, derivative works or modified versions, and any portions
* thereof, and that both notices appear in supporting documentation.
- *
+ *
* CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
* CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
* ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
- *
+ *
* Carnegie Mellon requests users of this software to return to
- *
+ *
* Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
* School of Computer Science
* Carnegie Mellon University
* Pittsburgh PA 15213-3890
- *
+ *
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
@@ -325,7 +325,7 @@ branch_taken(u_int insn, db_addr_t pc)
break;
default:
break; /* XXX */
- }
+ }
}
return (addr + offset);