Removed trailing spaces
[libcds.git] / test / include / cds_test / ext_byteswap.h
index 14628f922b66f08a4891a0f4348bce5ef13bd1ab..5def35c74e35715de44bfe725b7b1254f9ebd98e 100644 (file)
@@ -42,4 +42,4 @@
 #define bswap_64(value) (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) << 32) | (uint64_t)bswap_32((uint32_t)((value) >> 32)))
 
 #endif
-#endif // CDSTEST_BYTESWAP_H
\ No newline at end of file
+#endif // CDSTEST_BYTESWAP_H