Skip to content

Commit

Permalink
pdiff: Add missing newlins at end of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Worth committed Nov 30, 2006
1 parent c863315 commit 170d35b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/pdiff/CompareArgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ class CompareArgs
std::string ErrorStr; // Error string
};

#endif
#endif
1 change: 0 additions & 1 deletion test/pdiff/LPyramid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,3 @@ float LPyramid::Get_Value(int x, int y, int level)
if (l > MAX_PYR_LEVELS) l = MAX_PYR_LEVELS;
return Levels[level][index];
}

2 changes: 1 addition & 1 deletion test/pdiff/LPyramid.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ class LPyramid
int Height;
};

#endif // _LPYRAMID_H
#endif // _LPYRAMID_H
2 changes: 1 addition & 1 deletion test/pdiff/Metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ bool Yee_Compare(CompareArgs &args)
}
}
return false;
}
}
2 changes: 1 addition & 1 deletion test/pdiff/Metric.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ class CompareArgs;
// References: A Perceptual Metric for Production Testing, Hector Yee, Journal of Graphics Tools 2004
bool Yee_Compare(CompareArgs &args);

#endif
#endif
2 changes: 1 addition & 1 deletion test/pdiff/RGBAImage.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ class RGBAImage
unsigned int *Data;
};

#endif
#endif

0 comments on commit 170d35b

Please sign in to comment.