run tabbing pass
[c11tester.git] / funcnode.h
index 51f19f0cce65812a9771c60e796093357e024911..c8c76ba7f8695bdf084e0c189aae910924e8e271 100644 (file)
@@ -30,7 +30,7 @@ private:
        uint32_t func_id;
        const char * func_name;
 
-       /* Use source line number as the key of hashtable, to check if 
+       /* Use source line number as the key of hashtable, to check if
         * atomic operation with this line number has been added or not
         *
         * To do: cds_atomic_compare_exchange contains three atomic operations