aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-drm.h
diff options
context:
space:
mode:
authorJon Lund Steffensen <jonlst@gmail.com>2014-03-23 01:34:05 +0100
committerJon Lund Steffensen <jonlst@gmail.com>2014-03-23 01:34:05 +0100
commit7685169385d590731009b83aaed6d449efb7e089 (patch)
tree8c281c8d81c2fe4e3c2c5ee6b7979f93aac97978 /src/gamma-drm.h
parent[redshift-gtk] Add BSD support to proc title setting (diff)
downloadredshift-ng-7685169385d590731009b83aaed6d449efb7e089.tar.gz
redshift-ng-7685169385d590731009b83aaed6d449efb7e089.tar.bz2
redshift-ng-7685169385d590731009b83aaed6d449efb7e089.tar.xz
Fix #22: remove initial underscore from include guards
Diffstat (limited to 'src/gamma-drm.h')
-rw-r--r--src/gamma-drm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gamma-drm.h b/src/gamma-drm.h
index 8ef0ba5..f4c0df5 100644
--- a/src/gamma-drm.h
+++ b/src/gamma-drm.h
@@ -17,8 +17,8 @@
Copyright (c) 2014 Mattias Andrée <maandree@member.fsf.org>
*/
-#ifndef _REDSHIFT_GAMMA_DRM_H
-#define _REDSHIFT_GAMMA_DRM_H
+#ifndef REDSHIFT_GAMMA_DRM_H
+#define REDSHIFT_GAMMA_DRM_H
#include <stdint.h>
@@ -55,4 +55,4 @@ void drm_restore(drm_state_t *state);
int drm_set_temperature(drm_state_t *state, int temp, float brightness, const float gamma[3]);
-#endif /* ! _REDSHIFT_GAMMA_DRM_H */
+#endif /* ! REDSHIFT_GAMMA_DRM_H */