diff options
| author | Nick <[email protected]> | 2019-09-13 07:48:05 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 07:48:05 -0400 |
| commit | 9cafb850bdc8ba404add817f90c25faef6ecf9e3 (patch) | |
| tree | 4b3d011d2e7fc4a8c2973e969cd8914d7b02b31b /src/gpuwattch/globalvar.h | |
| parent | 96a0ebfc2583e6f92d8287ecd128eb7c634be017 (diff) | |
Revert "add /src/gpuwattch formatting"
This reverts commit b7776785a18d3f4e6229cd625f92c11b55894b75.
Diffstat (limited to 'src/gpuwattch/globalvar.h')
| -rw-r--r-- | src/gpuwattch/globalvar.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gpuwattch/globalvar.h b/src/gpuwattch/globalvar.h index e0b76c2..9532576 100644 --- a/src/gpuwattch/globalvar.h +++ b/src/gpuwattch/globalvar.h @@ -29,10 +29,11 @@ * ***************************************************************************/ + #ifndef GLOBALVAR_H_ #define GLOBALVAR_H_ -#ifdef GLOBALVAR +#ifdef GLOBALVAR #define EXTERN #else #define EXTERN extern @@ -41,3 +42,7 @@ EXTERN bool opt_for_clk; #endif /* GLOBALVAR_H_ */ + + + + |
