diff options
| -rw-r--r-- | include/ocl/allocator_op.hpp | 2 | ||||
| -rw-r--r-- | include/ocl/basic_hash.hpp | 2 | ||||
| -rw-r--r-- | include/ocl/crc_hash.hpp | 2 | ||||
| -rw-r--r-- | include/ocl/detail/config.hpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/ocl/allocator_op.hpp b/include/ocl/allocator_op.hpp index f515586..86bfa56 100644 --- a/include/ocl/allocator_op.hpp +++ b/include/ocl/allocator_op.hpp @@ -76,4 +76,4 @@ namespace ocl using allocator = allocator_op<type, global_new_op<type>, global_array_delete_op<type>>; } // namespace ocl -#endif // ifndef __OCL_CORE_ALLOC
\ No newline at end of file +#endif // ifndef __OCL_CORE_ALLOC diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp index 00c3768..3704bff 100644 --- a/include/ocl/basic_hash.hpp +++ b/include/ocl/basic_hash.hpp @@ -41,4 +41,4 @@ namespace ocl }; } // namespace ocl -#endif
\ No newline at end of file +#endif diff --git a/include/ocl/crc_hash.hpp b/include/ocl/crc_hash.hpp index 6fe885a..3a5046a 100644 --- a/include/ocl/crc_hash.hpp +++ b/include/ocl/crc_hash.hpp @@ -134,4 +134,4 @@ namespace std } // namespace std -#endif // !__OCL_CORE_CRC_HASH
\ No newline at end of file +#endif // !__OCL_CORE_CRC_HASH diff --git a/include/ocl/detail/config.hpp b/include/ocl/detail/config.hpp index ae5735e..8ddb7e9 100644 --- a/include/ocl/detail/config.hpp +++ b/include/ocl/detail/config.hpp @@ -64,4 +64,4 @@ namespace ocl } } -#endif
\ No newline at end of file +#endif |
