From ca7d6ca9ad1b8441f8e449bfde1757e61c71353f Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 7 Dec 2017 20:38:15 +0000 Subject: [PATCH] correct indentation --- sys/arch/amd64/amd64/db_disasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/amd64/db_disasm.c b/sys/arch/amd64/amd64/db_disasm.c index e11c89ff3ca..7a0a3658bbe 100644 --- a/sys/arch/amd64/amd64/db_disasm.c +++ b/sys/arch/amd64/amd64/db_disasm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.c,v 1.17 2017/03/05 01:02:48 guenther Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.18 2017/12/07 20:38:15 deraadt Exp $ */ /* $NetBSD: db_disasm.c,v 1.11 1996/05/03 19:41:58 christos Exp $ */ /* @@ -929,7 +929,7 @@ db_read_address(db_addr_t loc, int short_addr, int regmodrm, int rex, switch (mod) { case 0: if (rm == 5) { - get_value_inc(addrp->disp, loc, 4, FALSE); + get_value_inc(addrp->disp, loc, 4, FALSE); addrp->base = 0; } else { addrp->disp = 0; -- 2.20.1