CODING_STYLE: Fix a typo ("have" vs. "has")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
cb57fb3705
commit
56bef8511a
|
@ -9,7 +9,7 @@ patches before submitting.
|
||||||
Of course, the most important aspect in any coding style is whitespace.
|
Of course, the most important aspect in any coding style is whitespace.
|
||||||
Crusty old coders who have trouble spotting the glasses on their noses
|
Crusty old coders who have trouble spotting the glasses on their noses
|
||||||
can tell the difference between a tab and eight spaces from a distance
|
can tell the difference between a tab and eight spaces from a distance
|
||||||
of approximately fifteen parsecs. Many a flamewar have been fought and
|
of approximately fifteen parsecs. Many a flamewar has been fought and
|
||||||
lost on this issue.
|
lost on this issue.
|
||||||
|
|
||||||
QEMU indents are four spaces. Tabs are never used, except in Makefiles
|
QEMU indents are four spaces. Tabs are never used, except in Makefiles
|
||||||
|
|
Loading…
Reference in New Issue