[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-ppc] [PATCH 2/5] PPC: bamboo: fix whitespace
From: |
Alexander Graf |
Subject: |
[Qemu-ppc] [PATCH 2/5] PPC: bamboo: fix whitespace |
Date: |
Tue, 10 Jan 2012 20:44:21 +0100 |
Tabs followed by spaces are a no-go. My editor shows it red, distracting
me from actual work! :)
Signed-off-by: Alexander Graf <address@hidden>
---
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 84e45b4..2369fba 100644
--- a/hw/ppc440_bamboo.c
+++ b/hw/ppc440_bamboo.c
@@ -3,9 +3,9 @@
*
* Copyright 2007 IBM Corporation.
* Authors:
- * Jerone Young <address@hidden>
- * Christian Ehrhardt <address@hidden>
- * Hollis Blanchard <address@hidden>
+ * Jerone Young <address@hidden>
+ * Christian Ehrhardt <address@hidden>
+ * Hollis Blanchard <address@hidden>
*
* This work is licensed under the GNU GPL license version 2 or later.
*
--
1.6.0.2
- [Qemu-ppc] [PATCH 0/5] Convert bamboo to qdev, Alexander Graf, 2012/01/10
- [Qemu-ppc] [PATCH 4/5] PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single file, Alexander Graf, 2012/01/10
- [Qemu-ppc] [PATCH 1/5] PPC: bamboo: remove old machine descriptions, Alexander Graf, 2012/01/10
- [Qemu-ppc] [PATCH 5/5] PPC: Bamboo: Integrate SoC instatiation, use qdev for PCI, Alexander Graf, 2012/01/10
- [Qemu-ppc] [PATCH 2/5] PPC: bamboo: fix whitespace,
Alexander Graf <=
- [Qemu-ppc] [PATCH 3/5] PPC: 4xx: Qdevify the 440 PCI host controller, Alexander Graf, 2012/01/10