Remove unnecessary clang-format comment

This commit is contained in:
Jasmine Iwanek
2022-11-13 16:39:02 -05:00
parent af9f1abf98
commit 6ea253896d

View File

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