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.
This commit is contained in:
Jan Beulich 2018-04-26 08:31:14 +02:00 committed by Jan Beulich
parent 48db9223e9
commit bed3d976b7
2 changed files with 40 additions and 36 deletions

View File

@ -1,3 +1,7 @@
2018-04-26 Jan Beulich <jbeulich@suse.com>
* config/tc-i386.c (build_modrm_byte): Use tabs for indentation.
2018-04-26 Jan Beulich <jbeulich@suse.com>
* config/tc-i386.c (build_modrm_byte): Move and fold