]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/tests/testArray.h
SourceFormat Enforcement
[thirdparty/squid.git] / lib / tests / testArray.h
index 26f19d6ffc918aca101ff76971615a9adebd37a5..4b0ddbdb2795a9c00eccbf707732f86fbf02ec5e 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-/* 
+/*
  * A test case that is designed to produce
  * example errors and failures
  *
 
 class testArray : public CPPUNIT_NS::TestFixture
 {
-  CPPUNIT_TEST_SUITE( testArray );
-  CPPUNIT_TEST( all );
-  CPPUNIT_TEST_SUITE_END();
+    CPPUNIT_TEST_SUITE( testArray );
+    CPPUNIT_TEST( all );
+    CPPUNIT_TEST_SUITE_END();
 
 public:
 
 protected:
-  void all();
+    void all();
 };
 
-
 #endif