From 6ea253896d998905b912e905fea7b51d18d83b34 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 13 Nov 2022 16:39:02 -0500 Subject: [PATCH] Remove unnecessary clang-format comment --- src/cdrom/cdrom_image_viso.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cdrom/cdrom_image_viso.c b/src/cdrom/cdrom_image_viso.c index aaa1faf62..263e3c5f3 100644 --- a/src/cdrom/cdrom_image_viso.c +++ b/src/cdrom/cdrom_image_viso.c @@ -14,7 +14,6 @@ * * Copyright 2022 RichardG. */ -// clang-format off #ifndef _LARGEFILE_SOURCE #define _LARGEFILE_SOURCE #endif @@ -42,7 +41,6 @@ #include <86box/version.h> #include <86box/timer.h> #include <86box/nvr.h> -// clang-format on #ifndef S_ISDIR # define S_ISDIR(m) (((m) &S_IFMT) == S_IFDIR)