From ac9df4c9d7cc0dad8be766d69ae7e1df0baae213 Mon Sep 17 00:00:00 2001 From: mlelstv Date: Sat, 16 Jul 2022 12:57:14 +0000 Subject: [PATCH] Whitespace --- sbin/gpt/gpt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/gpt/gpt.h b/sbin/gpt/gpt.h index 0c234c475bf8..5b2a371824f3 100644 --- a/sbin/gpt/gpt.h +++ b/sbin/gpt/gpt.h @@ -1,4 +1,4 @@ -/* $NetBSD: gpt.h,v 1.42 2020/05/24 18:42:20 jmcneill Exp $ */ +/* $NetBSD: gpt.h,v 1.43 2022/07/16 12:57:14 mlelstv Exp $ */ /*- * Copyright (c) 2002 Marcel Moolenaar @@ -85,7 +85,7 @@ gpt_t gpt_open(const char *, int, int, off_t, u_int, time_t); #define GPT_TIMESTAMP 0x20 #define GPT_SYNC 0x40 #define GPT_HYBRID 0x80 -#define GPT_OPTDEV 0x8000 +#define GPT_OPTDEV 0x8000 void* gpt_read(gpt_t, off_t, size_t); off_t gpt_last(gpt_t);