x86: fix indentation in build_modrm_byte()
authorJan Beulich <jbeulich@novell.com>
Thu, 26 Apr 2018 06:31:14 +0000 (08:31 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 26 Apr 2018 06:31:14 +0000 (08:31 +0200)
commitbed3d976b7a4fd111f3e291f1bd896cf441b3479
treeab03c0a94d2e12cd5f95c96634766137ae721ea3
parent48db9223e95625a2156f60e8f7f339e4bbde3533
x86: fix indentation in build_modrm_byte()

The VEX3SOURCES code was (originally) written with just space
indentation, which is not in line with general coding style as well as
the style later in the function.
gas/ChangeLog
gas/config/tc-i386.c