From: Richard Henderson <richard.henderson@linaro.org>
To: Ahmed Abouzied <email@aabouzied.com>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org
Subject: Re: [PATCH] ppc: Replace TAB indentations with spaces
Date: Sun, 20 Jun 2021 13:13:19 -0700 [thread overview]
Message-ID: <c3db1705-06fb-91a9-58ae-df0472cfda21@linaro.org> (raw)
In-Reply-To: <20210620180410.10837-1-email@aabouzied.com>
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~
prev parent reply other threads:[~2021-06-20 20:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-20 18:04 [PATCH] ppc: Replace TAB indentations with spaces Ahmed Abouzied
2021-06-20 20:03 ` no-reply
2021-06-20 20:13 ` Richard Henderson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c3db1705-06fb-91a9-58ae-df0472cfda21@linaro.org \
--to=richard.henderson@linaro.org \
--cc=email@aabouzied.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).