Remove trailing spaces
[libcds.git] / tests / test-hdr / stack / hdr_elimination_stack_dhp.cpp
index fb5323e7215f5ff7d391cb78403821e94f329d16..b1cc0582911351410341e2573ef4dfcaee2c0bf7 100644 (file)
@@ -12,8 +12,8 @@ namespace stack {
     namespace defs { namespace {
 
         typedef cs::TreiberStack< cds::gc::DHP, int
-            ,typename cs::treiber_stack::make_traits< 
-                cds::opt::enable_elimination<true> 
+            ,typename cs::treiber_stack::make_traits<
+                cds::opt::enable_elimination<true>
             >::type
         > Elimination_DHP;