Author: abrander
Date: 2009-12-21 00:56:00 +0100 (Mon, 21 Dec 2009)
New Revision: 2827
Modified:
trunk/plugins/dcp/dcp.h
Log:
Minor style fixes.
Modified: trunk/plugins/dcp/dcp.h
===================================================================
--- trunk/plugins/dcp/dcp.h 2009-12-20 23:49:49 UTC (rev 2826)
+++ trunk/plugins/dcp/dcp.h 2009-12-20 23:56:00 UTC (rev 2827)
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
*/
-#ifndef ___dcp_h_included___
-#define ___dcp_h_included___
+#ifndef DCP_H
+#define DCP_H
#include "config.h"
#include <rawstudio.h>
@@ -32,7 +32,7 @@
typedef struct _RSDcpClass RSDcpClass;
typedef struct {
- //Precalc:
+ /* Precalc: */
gfloat hScale[4] __attribute__ ((aligned (16)));
gfloat sScale[4] __attribute__ ((aligned (16)));
gfloat vScale[4] __attribute__ ((aligned (16)));
@@ -114,4 +114,4 @@
gboolean render_SSE2(ThreadInfo* t);
void calc_hsm_constants(const RSHuesatMap *map, PrecalcHSM* table);
-#endif //___dcp_h_included___
\ No newline at end of file
+#endif /* DCP_H */
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit