From f9685da7a3487fe87e4711b921c0cbbb43be17a8 Mon Sep 17 00:00:00 2001 From: dtucker Date: Fri, 5 Sep 2025 10:34:35 +0000 Subject: [PATCH] Tabs->spaces. Removes diff vs portable. --- usr.bin/ssh/umac.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.bin/ssh/umac.c b/usr.bin/ssh/umac.c index 5bb1e8c14a6..96a3d2214cc 100644 --- a/usr.bin/ssh/umac.c +++ b/usr.bin/ssh/umac.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umac.c,v 1.26 2025/05/24 02:33:33 dtucker Exp $ */ +/* $OpenBSD: umac.c,v 1.27 2025/09/05 10:34:35 dtucker Exp $ */ /* ----------------------------------------------------------------------- * * umac.c -- C Implementation UMAC Message Authentication @@ -141,10 +141,8 @@ typedef unsigned int UWORD; /* Register */ #define STORE_UINT32_REVERSED(p,v) put_u32_le(p,v) #endif -#define LOAD_UINT32_LITTLE(p) (get_u32_le(p)) -#define STORE_UINT32_BIG(p,v) put_u32(p, v) - - +#define LOAD_UINT32_LITTLE(p) (get_u32_le(p)) +#define STORE_UINT32_BIG(p,v) put_u32(p, v) /* ---------------------------------------------------------------------- */ /* ---------------------------------------------------------------------- */