qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ppc: Replace TAB indentations with spaces


From: Richard Henderson
Subject: Re: [PATCH] ppc: Replace TAB indentations with spaces
Date: Sun, 20 Jun 2021 13:13:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/20/21 11:04 AM, Ahmed Abouzied wrote:
+#define IH_CPU_INVALID        0    /* Invalid CPU    */
+#define IH_CPU_ALPHA        1    /* Alpha    */
+#define IH_CPU_ARM        2    /* ARM        */
+#define IH_CPU_I386        3    /* Intel x86    */
+#define IH_CPU_IA64        4    /* IA64        */
+#define IH_CPU_MIPS        5    /* MIPS        */
+#define IH_CPU_MIPS64        6    /* MIPS     64 Bit */

You're doing it wrong. These should still line up after tabs are replaced.

There are tools for this sort of thing, sometimes built into your editor, often called "untabify".


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]