mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Remove blanks before \n in output strings
Those blanks violate the coding conventions, see scripts/checkpatch.pl. Blanks missing after colons in the changed lines were added. This patch does not try to fix tabs, long lines and other problems in the changed lines, therefore checkpatch.pl reports many violations. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
937b1258b7
commit
b2bedb2144
16 changed files with 41 additions and 41 deletions
|
@ -4841,7 +4841,7 @@ with the -M switch (multiple options should be separated by commas):\n"));
|
|||
Default: based on binary being disassembled.\n"));
|
||||
|
||||
fprintf (stream, _("\n\
|
||||
hwr-names=ARCH Print HWR names according to specified \n\
|
||||
hwr-names=ARCH Print HWR names according to specified\n\
|
||||
architecture.\n\
|
||||
Default: based on binary being disassembled.\n"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue