diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-10 19:33:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-10 19:33:21 +0200 |
commit | cfc794a22bbd1af9ebeef36449cee632807e1ecd (patch) | |
tree | 5ef00679becb07018e3e13079293b380a512d4c4 | |
parent | Load output info and current gamma ramps, also restore gamma ramps on exit (diff) | |
download | coopgammad-cfc794a22bbd1af9ebeef36449cee632807e1ecd.tar.gz coopgammad-cfc794a22bbd1af9ebeef36449cee632807e1ecd.tar.bz2 coopgammad-cfc794a22bbd1af9ebeef36449cee632807e1ecd.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | src/gammad.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gammad.c b/src/gammad.c index 4bcc823..49c6219 100644 --- a/src/gammad.c +++ b/src/gammad.c @@ -25,12 +25,14 @@ #include "output.h" + /** * The name of the process */ char* argv0; + /** * Get the name of a CRTC * |