summaryrefslogtreecommitdiffstats
path: root/sys/lib/libsa/exec.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-03-31 07:43:25 +0000
committerderaadt <deraadt@openbsd.org>1997-03-31 07:43:25 +0000
commita8982ede62ee88c45c9824c6c941aa019e40d74f (patch)
tree2b2e23c9aadbfbc068303f9e078b51a89f5648d3 /sys/lib/libsa/exec.c
parentindent (diff)
downloadwireguard-openbsd-a8982ede62ee88c45c9824c6c941aa019e40d74f.tar.xz
wireguard-openbsd-a8982ede62ee88c45c9824c6c941aa019e40d74f.zip
even better indent
Diffstat (limited to 'sys/lib/libsa/exec.c')
-rw-r--r--sys/lib/libsa/exec.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/lib/libsa/exec.c b/sys/lib/libsa/exec.c
index 1bb205d4764..de7a0f6da73 100644
--- a/sys/lib/libsa/exec.c
+++ b/sys/lib/libsa/exec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.c,v 1.15 1997/03/31 07:42:23 deraadt Exp $ */
+/* $OpenBSD: exec.c,v 1.16 1997/03/31 07:43:25 deraadt Exp $ */
/* $NetBSD: exec.c,v 1.15 1996/10/13 02:29:01 christos Exp $ */
/*-
@@ -151,9 +151,8 @@ exec(path, loadaddr, howto)
/* and that many bytes of string table */
printf("+%d]", i);
-#define round_to_size(x) \
- (((int)(x) + sizeof(int) - 1) & ~(sizeof(int) - 1))
- esym = (char *)round_to_size(addr - (char *)loadaddr);
+#define round_to_size(x) (((int)(x) + sizeof(int) - 1) & ~(sizeof(int) - 1))
+ esym = (char *)round_to_size(addr - (char *)loadaddr);
#undef round_to_size
} else {
ssym = 0;