From 7685169385d590731009b83aaed6d449efb7e089 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 23 Mar 2014 01:34:05 +0100 Subject: Fix #22: remove initial underscore from include guards --- src/gamma-randr.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gamma-randr.h') diff --git a/src/gamma-randr.h b/src/gamma-randr.h index d8bb86b..cef0021 100644 --- a/src/gamma-randr.h +++ b/src/gamma-randr.h @@ -17,8 +17,8 @@ Copyright (c) 2010 Jon Lund Steffensen */ -#ifndef _REDSHIFT_GAMMA_RANDR_H -#define _REDSHIFT_GAMMA_RANDR_H +#ifndef REDSHIFT_GAMMA_RANDR_H +#define REDSHIFT_GAMMA_RANDR_H #include #include @@ -58,4 +58,4 @@ int randr_set_temperature(randr_state_t *state, int temp, float brightness, const float gamma[3]); -#endif /* ! _REDSHIFT_GAMMA_RANDR_H */ +#endif /* ! REDSHIFT_GAMMA_RANDR_H */ -- cgit v1.2.3-70-g09d2