aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/sid.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-10-28 12:23:01 +0200
committerJohannes Schickel2011-10-28 12:23:50 +0200
commit0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990 (patch)
tree023086b1ca30e0071b192349591e937526cb4062 /audio/softsynth/sid.h
parentdc649a13a7ed1721160140298aa4f1c9fd4b65d9 (diff)
downloadscummvm-rg350-0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990.tar.gz
scummvm-rg350-0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990.tar.bz2
scummvm-rg350-0e8110d3dbcb8d9ef6d0b9e3969ec4f13ea22990.zip
AUDIO: Slight adaptions of SID code to our guidelines.
This only touches #include usages and the include guard of sid.h.
Diffstat (limited to 'audio/softsynth/sid.h')
-rw-r--r--audio/softsynth/sid.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/softsynth/sid.h b/audio/softsynth/sid.h
index a015242844..19577e94d1 100644
--- a/audio/softsynth/sid.h
+++ b/audio/softsynth/sid.h
@@ -25,8 +25,8 @@
* Copyright (C) 2004 Dag Lem <resid@nimrod.no>
*/
-#ifndef __SID_H__
-#define __SID_H__
+#ifndef AUDIO_SOFTSYNTH_SID_H
+#define AUDIO_SOFTSYNTH_SID_H
// Inlining on/off.
#define RESID_INLINE inline
@@ -342,4 +342,4 @@ protected:
}
-#endif // not __SID_H__
+#endif // not AUDIO_SOFTSYNTH_SID_H