Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gmxopencl.h
index 3e4f7e86ff110600051eaf1c5572661840f2e463..15a00fd0330357b2b23ae42d0ccf0f0b9ab1e664 100644 (file)
    features that were deprecated in 1.2 or 2.0, so that they don't
    warn about it. */
 ///@{
-#  define CL_USE_DEPRECATED_OPENCL_1_2_APIS
-#  define CL_USE_DEPRECATED_OPENCL_2_0_APIS
+#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
+#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
 ///@}
-#  ifdef __APPLE__
+#ifdef __APPLE__
 #    include <OpenCL/opencl.h>
-#  else
+#else
 #    include <CL/opencl.h>
-#  endif
+#endif
 
 #endif