Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraham committed Oct 19, 2023
1 parent 48e4660 commit ced7c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ DyibiccContext* dyibicc_set_environment(DyibiccEnviromentData* env_data) {
strarray_push(&sys_inc_paths, format(AL_Temp, "%s/win", env_data->dyibicc_include_dir), AL_Temp);
strarray_push(&sys_inc_paths, format(AL_Temp, "%s/all", env_data->dyibicc_include_dir), AL_Temp);

#define GET_ENV_VAR(x) \
char* env_##x = getenv(#x); \
if (!env_##x) { \
#define GET_ENV_VAR(x) \
char* env_##x = getenv(#x); \
if (!env_##x) { \
ABORT("environment variable " #x " unset"); \
}

Expand Down

0 comments on commit ced7c92

Please sign in to comment.