Remove .gitignore do nothing is ignored.
[synfig.git] / ETL / trunk / test / random.cpp
index b8e8696..d5bfaea 100644 (file)
@@ -1,7 +1,7 @@
 /*! ========================================================================
 ** Extended Template and Library Test Suite
 ** Angle Class Test
-** $Id: random.cpp,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $
+** $Id$
 **
 ** Copyright (c) 2002 Robert B. Quattlebaum Jr.
 **
@@ -33,7 +33,7 @@ int random_basic_test(void)
 {
        int ret=0;
        random<int> Rand;
-       
+
        return ret;
 }
 
@@ -42,7 +42,7 @@ int random_basic_test(void)
 int main()
 {
        int error=0;
-       
-       
+
+
        return error;
 }