Skip to content

Commit ae2590e

Browse files
committed
Removed empty space from beaengine output.
1 parent 1d90d57 commit ae2590e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

NativeHelper/beaengine/src/Includes/internal_datas.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,17 +324,17 @@ char MasmPrefixes[nbMemoryTypes][16] = {
324324
char NasmPrefixes[nbMemoryTypes][8] = {
325325
"byte ", /* GV.MemDecoration == 1 */
326326
"word ", /* GV.MemDecoration == 2 */
327-
" ", /* GV.MemDecoration == 3 */
327+
"", /* GV.MemDecoration == 3 */
328328
"qword ", /* GV.MemDecoration == 4 */
329-
" ", /* GV.MemDecoration == 5 (multibytes) */
329+
"", /* GV.MemDecoration == 5 (multibytes) */
330330
"tword ", /* GV.MemDecoration == 6 */
331-
" ", /* GV.MemDecoration == 7 (fword) */
332-
" ", /* GV.MemDecoration == 8 (dqword) */
333-
" ", /* GV.MemDecoration == 9 */
334-
" ", /* GV.MemDecoration == 10 */
335-
" ", /* GV.MemDecoration == 11 */
336-
" ", /* GV.MemDecoration == 12 */
337-
" " /* GV.MemDecoration == 13 */
331+
"", /* GV.MemDecoration == 7 (fword) */
332+
"", /* GV.MemDecoration == 8 (dqword) */
333+
"", /* GV.MemDecoration == 9 */
334+
"", /* GV.MemDecoration == 10 */
335+
"", /* GV.MemDecoration == 11 */
336+
"", /* GV.MemDecoration == 12 */
337+
"" /* GV.MemDecoration == 13 */
338338
};
339339

340340

0 commit comments

Comments
 (0)