From bc8f602601ddbbadb30872eaa83ef5cf80fbe322 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Oct 2012 18:46:57 +0000 Subject: style cleanup --- intern/smoke/intern/spectrum.cpp | 2 +- intern/smoke/intern/spectrum.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/smoke') diff --git a/intern/smoke/intern/spectrum.cpp b/intern/smoke/intern/spectrum.cpp index 359f3ab73a9..30433451ac2 100644 --- a/intern/smoke/intern/spectrum.cpp +++ b/intern/smoke/intern/spectrum.cpp @@ -385,7 +385,7 @@ static void lms_to_xyz(double l, double m, double s, double* x, double *y, doubl *z = s; } -void spectrum(double t1, double t2, int N, unsigned char* d) +void spectrum(double t1, double t2, int N, unsigned char *d) { int i,j,dj; double X,Y,Z,R,G,B,L,M,S, Lw, Mw, Sw; diff --git a/intern/smoke/intern/spectrum.h b/intern/smoke/intern/spectrum.h index 9edd9ad887c..3ffd41f9517 100644 --- a/intern/smoke/intern/spectrum.h +++ b/intern/smoke/intern/spectrum.h @@ -1,6 +1,6 @@ #ifndef __SPECTRUM_H #define __SPECTRUM_H -void spectrum(double t1, double t2, int n, unsigned char* d); +void spectrum(double t1, double t2, int n, unsigned char *d); #endif -- cgit v1.2.3