]> git.proxmox.com Git - mirror_qemu.git/commit - util/readline.c
util: readline: replace tab indent by four spaces to fix checkpatch errors
authorJules Irenge <jbi.octave@gmail.com>
Mon, 1 Apr 2019 02:44:06 +0000 (03:44 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 10 May 2019 09:53:21 +0000 (10:53 +0100)
commitc95d4a29c34461619f3dcdcbb429f83e1ec52cbb
treef3c8227d3a9573dac55fd424e3be0d1d61458ace
parent2467f95ab3c0a3076014a4548e4e769edfd9a0ee
util: readline: replace tab indent by four spaces to fix checkpatch errors

Replace tab indent by four spaces to fix errors issued by checkpatch.pl tool
"ERROR: code indent should never use tabs" within "util/readline.c" file.

Signed-off-by: Jules Irenge <jbi.octave@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20190401024406.10819-3-jbi.octave@gmail.com
Message-Id: <20190401024406.10819-3-jbi.octave@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
util/readline.c