summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/fix.hpp')
-rw-r--r--include/ocl/fix.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/fix.hpp b/include/ocl/fix.hpp
index d8c7a3b..26742bd 100644
--- a/include/ocl/fix.hpp
+++ b/include/ocl/fix.hpp
@@ -14,13 +14,13 @@
namespace ocl::fix
{
-
- template <typename It, class Pred>
+
+ template <typename It, class Pred>
It find(It begin, It end, Pred callable);
template <typename It, class Callable>
It find_if(It begin, It end, Callable callable);
-}
+} // namespace ocl::fix
#endif