Remove unnecessary clang-format comment
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
*
|
*
|
||||||
* Copyright 2022 RichardG.
|
* Copyright 2022 RichardG.
|
||||||
*/
|
*/
|
||||||
// clang-format off
|
|
||||||
#ifndef _LARGEFILE_SOURCE
|
#ifndef _LARGEFILE_SOURCE
|
||||||
#define _LARGEFILE_SOURCE
|
#define _LARGEFILE_SOURCE
|
||||||
#endif
|
#endif
|
||||||
@@ -42,7 +41,6 @@
|
|||||||
#include <86box/version.h>
|
#include <86box/version.h>
|
||||||
#include <86box/timer.h>
|
#include <86box/timer.h>
|
||||||
#include <86box/nvr.h>
|
#include <86box/nvr.h>
|
||||||
// clang-format on
|
|
||||||
|
|
||||||
#ifndef S_ISDIR
|
#ifndef S_ISDIR
|
||||||
# define S_ISDIR(m) (((m) &S_IFMT) == S_IFDIR)
|
# define S_ISDIR(m) (((m) &S_IFMT) == S_IFDIR)
|
||||||
|
Reference in New Issue
Block a user