diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 19:28:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-23 19:28:08 -0400 |
| commit | fcda36561d668f43bac91ea31cd55cbbd605d330 (patch) | |
| tree | eb74c0b17df584af0fd8154422ad924e04c96cc2 /src/config.h | |
| parent | 414b0c7472c87c5a013029aefef49e2dbc41e700 (diff) | |
Autoformat everything with clang-format
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/config.h b/src/config.h index f7fa63a0..4c750f19 100644 --- a/src/config.h +++ b/src/config.h @@ -1,27 +1,27 @@ // Configuration of values that will be baked into the executable: #ifndef TOMO_VERSION -# define TOMO_VERSION "v???" +#define TOMO_VERSION "v???" #endif #ifndef GIT_VERSION -# define GIT_VERSION "???" +#define GIT_VERSION "???" #endif #ifndef TOMO_PREFIX -# define TOMO_PREFIX "/usr/local" +#define TOMO_PREFIX "/usr/local" #endif #ifndef DEFAULT_C_COMPILER -# define DEFAULT_C_COMPILER "cc" +#define DEFAULT_C_COMPILER "cc" #endif #ifndef SUDO -# if defined(__OpenBSD__) -# define SUDO "doas" -# else -# define SUDO "sudo" -# endif +#if defined(__OpenBSD__) +#define SUDO "doas" +#else +#define SUDO "sudo" +#endif #endif // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
