diff options
author | Alexander Graf <agraf@suse.de> | 2012-01-10 16:49:22 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-01-21 05:17:00 +0100 |
commit | acd1bf9083dc83e0ef756dbdc81a9805bfb43167 (patch) | |
tree | e69c0e5a0a42a5528e6904b242abaceaa0af1ea2 | |
parent | d3c4548b8e2954a33d2d713e4e67d8deda7d97bf (diff) |
PPC: bamboo: fix whitespace
Tabs followed by spaces are a no-go. My editor shows it red, distracting
me from actual work! :)
Signed-off-by: Alexander Graf <agraf@suse.de>
-rw-r--r-- | hw/ppc440_bamboo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ppc440_bamboo.c b/hw/ppc440_bamboo.c index 84e45b4ee6..2369fba1db 100644 --- a/hw/ppc440_bamboo.c +++ b/hw/ppc440_bamboo.c @@ -3,9 +3,9 @@ * * Copyright 2007 IBM Corporation. * Authors: - * Jerone Young <jyoung5@us.ibm.com> - * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> - * Hollis Blanchard <hollisb@us.ibm.com> + * Jerone Young <jyoung5@us.ibm.com> + * Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com> + * Hollis Blanchard <hollisb@us.ibm.com> * * This work is licensed under the GNU GPL license version 2 or later. * |