summaryrefslogtreecommitdiff
path: root/test/pdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-11-29 23:01:30 -0800
committerCarl Worth <cworth@cworth.org>2006-11-29 23:01:30 -0800
commit170d35b034150b69717e52dd85f0f93c392d9f3c (patch)
treeec04eee3f6fe5831fc2b7e5741adf69504443289 /test/pdiff
parentc863315285911d38b64b8429e279c5e55d0089b8 (diff)
pdiff: Add missing newlins at end of files.
Diffstat (limited to 'test/pdiff')
-rw-r--r--test/pdiff/CompareArgs.h2
-rw-r--r--test/pdiff/LPyramid.cpp1
-rw-r--r--test/pdiff/LPyramid.h2
-rw-r--r--test/pdiff/Metric.cpp2
-rw-r--r--test/pdiff/Metric.h2
-rw-r--r--test/pdiff/RGBAImage.h2
6 files changed, 5 insertions, 6 deletions
diff --git a/test/pdiff/CompareArgs.h b/test/pdiff/CompareArgs.h
index 29265c34..a4a1dddd 100644
--- a/test/pdiff/CompareArgs.h
+++ b/test/pdiff/CompareArgs.h
@@ -41,4 +41,4 @@ public:
std::string ErrorStr; // Error string
};
-#endif \ No newline at end of file
+#endif
diff --git a/test/pdiff/LPyramid.cpp b/test/pdiff/LPyramid.cpp
index 6871c155..0e8d68aa 100644
--- a/test/pdiff/LPyramid.cpp
+++ b/test/pdiff/LPyramid.cpp
@@ -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];
}
-
diff --git a/test/pdiff/LPyramid.h b/test/pdiff/LPyramid.h
index 5f98a426..b53f3ef7 100644
--- a/test/pdiff/LPyramid.h
+++ b/test/pdiff/LPyramid.h
@@ -35,4 +35,4 @@ protected:
int Height;
};
-#endif // _LPYRAMID_H \ No newline at end of file
+#endif // _LPYRAMID_H
diff --git a/test/pdiff/Metric.cpp b/test/pdiff/Metric.cpp
index bcfb8ae4..58d67c78 100644
--- a/test/pdiff/Metric.cpp
+++ b/test/pdiff/Metric.cpp
@@ -313,4 +313,4 @@ bool Yee_Compare(CompareArgs &args)
}
}
return false;
-} \ No newline at end of file
+}
diff --git a/test/pdiff/Metric.h b/test/pdiff/Metric.h
index 86540de0..a6b234e6 100644
--- a/test/pdiff/Metric.h
+++ b/test/pdiff/Metric.h
@@ -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 \ No newline at end of file
+#endif
diff --git a/test/pdiff/RGBAImage.h b/test/pdiff/RGBAImage.h
index 473a59fb..65802f92 100644
--- a/test/pdiff/RGBAImage.h
+++ b/test/pdiff/RGBAImage.h
@@ -54,4 +54,4 @@ protected:
unsigned int *Data;
};
-#endif \ No newline at end of file
+#endif