From 34f553ab75124b3fb1024cbf716baeb66fcd65de Mon Sep 17 00:00:00 2001 From: EgorWeders <157705588+EgorWeders@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:22:51 +0700 Subject: [PATCH] Spaces! --- src/goodbyedpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goodbyedpi.h b/src/goodbyedpi.h index a5879fc..deae178 100644 --- a/src/goodbyedpi.h +++ b/src/goodbyedpi.h @@ -6,6 +6,6 @@ // #else // #define debug(...) printf(__VA_ARGS__) // #endif -#define debug(...) if (getenv("DEBUG_GDPI")!=NULL) printf(__VA_ARGS__) +#define debug(...) if (getenv("DEBUG_GDPI") != NULL) printf(__VA_ARGS__) int main(int argc, char *argv[]); void deinit_all();