Skip to content

Commit 06a8028

Browse files
formatting
1 parent 7b2dd53 commit 06a8028

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

include/CL/opencl.hpp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -736,14 +736,15 @@ namespace cl {
736736
namespace khr {
737737
class CommandBuffer;
738738
class MutableCommand;
739-
} // namespace khr
740-
} // namespace cl
739+
} // namespace khr
740+
} // namespace cl
741741
#endif // cl_khr_command_buffer
742742

743743
#if defined(CL_HPP_ENABLE_EXCEPTIONS)
744-
/*! \brief Exception class
745-
*
746-
* This may be thrown by API functions when CL_HPP_ENABLE_EXCEPTIONS is defined.
744+
/*! \brief Exception class
745+
*
746+
* This may be thrown by API functions when CL_HPP_ENABLE_EXCEPTIONS is
747+
* defined.
747748
*/
748749
class Error : public std::exception
749750
{

0 commit comments

Comments
 (0)