diff options
| author | Nick <[email protected]> | 2019-09-13 08:02:14 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 08:02:14 -0400 |
| commit | f2aa87a330dc68207088bf60828376f9fa454d72 (patch) | |
| tree | c329fe2a9b754de23acc8dc99e9d3e5d44139e1d /src/gpuwattch/globalvar.h | |
| parent | a34a4baad45a40840308167307c79371b4024a9d (diff) | |
Seems like multiple passes for reformatting comments
Diffstat (limited to 'src/gpuwattch/globalvar.h')
| -rw-r--r-- | src/gpuwattch/globalvar.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gpuwattch/globalvar.h b/src/gpuwattch/globalvar.h index 9532576..e0b76c2 100644 --- a/src/gpuwattch/globalvar.h +++ b/src/gpuwattch/globalvar.h @@ -29,11 +29,10 @@ * ***************************************************************************/ - #ifndef GLOBALVAR_H_ #define GLOBALVAR_H_ -#ifdef GLOBALVAR +#ifdef GLOBALVAR #define EXTERN #else #define EXTERN extern @@ -42,7 +41,3 @@ EXTERN bool opt_for_clk; #endif /* GLOBALVAR_H_ */ - - - - |
