Whitespace

This commit is contained in:
mlelstv 2022-07-16 12:57:14 +00:00
parent 18538507cc
commit ac9df4c9d7
1 changed files with 2 additions and 2 deletions

View File

@ -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);