diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2009-08-09 19:09:39 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-09 10:28:27 -0700 |
commit | c9b2d2a8ecc754a5a5b6cf549c3fd45719650299 (patch) | |
tree | 5445a31a2a87e2c1e2246b0dc2f3c3b1297c974f /headers | |
parent | 23c6f213bde00ef4616efbf52f255bcc07bc42ba (diff) | |
download | nasm-c9b2d2a8ecc754a5a5b6cf549c3fd45719650299.tar.gz nasm-c9b2d2a8ecc754a5a5b6cf549c3fd45719650299.tar.bz2 nasm-c9b2d2a8ecc754a5a5b6cf549c3fd45719650299.zip |
headers/c: strip off useless spaces
All other templates do not have them
so lets unify the approach.
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'headers')
-rw-r--r-- | headers/c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------- * - * + * * Copyright 1996-2009 The NASM Authors - All Rights Reserved * See the file AUTHORS included with the NASM distribution for * the specific copyright holders. @@ -14,7 +14,7 @@ * copyright notice, this list of conditions and the following * disclaimer in the documentation and/or other materials provided * with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |