We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2dd53 commit 06a8028Copy full SHA for 06a8028
1 file changed
include/CL/opencl.hpp
@@ -736,14 +736,15 @@ namespace cl {
736
namespace khr {
737
class CommandBuffer;
738
class MutableCommand;
739
- } // namespace khr
740
- } // namespace cl
+ } // namespace khr
+ } // namespace cl
741
#endif // cl_khr_command_buffer
742
743
#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.
+ /*! \brief Exception class
+ *
+ * This may be thrown by API functions when CL_HPP_ENABLE_EXCEPTIONS is
747
+ * defined.
748
*/
749
class Error : public std::exception
750
{
0 commit comments