Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 03/14/2007 22:38:00
Module Name:	src
Committed By:	uwe
Date:		Wed Mar 14 22:38:00 UTC 2007

Modified Files:
	src/sys/arch/sh3/sh3: exception_vector.S

Log Message:
s/TAB/space/ to separate instruction operands.  There are quite a few
cpp macros and long src operands anyway that destroy any intended
"neatly lined up" effect that TAB was supposed to achieve.

White space change only, same object code is generated, but it is much
easier on the eyes now.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/sh3/sh3/exception_vector.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.