summaryrefslogtreecommitdiff
path: root/src/common/include/gudhi/Test.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-05 09:21:07 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-10-05 09:21:07 +0000
commitd453e0244c602d816db3d25882a65b69012ccb64 (patch)
tree1a88d20f6c5498da38d2bb6092540d360cc9694c /src/common/include/gudhi/Test.h
parent7829ca97acdf16eb4a7a3630ef1b6fae3682fdf9 (diff)
cpplint fixes
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@824 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f34c7f0d3632534f272be5c941d71cdc1556e4a9
Diffstat (limited to 'src/common/include/gudhi/Test.h')
-rw-r--r--src/common/include/gudhi/Test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/include/gudhi/Test.h b/src/common/include/gudhi/Test.h
index 66f7bfd3..6024c822 100644
--- a/src/common/include/gudhi/Test.h
+++ b/src/common/include/gudhi/Test.h
@@ -21,8 +21,8 @@
*
*/
-#ifndef TEST_H
-#define TEST_H
+#ifndef TEST_H_
+#define TEST_H_
#include <list>
#include <string>
@@ -102,4 +102,4 @@ class Tests {
}
};
-#endif // TEST_H
+#endif // TEST_H_