From 4d4e95be173e84b5040af46a459b3c071bfd744a Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Thu, 12 Nov 2020 13:09:22 +0100 Subject: tdf#123936 Formatting files in module opencl with clang-format Change-Id: I16a00ceee4c2b772ec9ed6b1b349253114b22239 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105695 Reviewed-by: Christian Lohmaier Tested-by: Christian Lohmaier --- opencl/inc/opencl_device.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'opencl/inc/opencl_device.hxx') diff --git a/opencl/inc/opencl_device.hxx b/opencl/inc/opencl_device.hxx index 93cc5f7a1271..69a9cbbc9c1a 100644 --- a/opencl/inc/opencl_device.hxx +++ b/opencl/inc/opencl_device.hxx @@ -12,12 +12,15 @@ #include -namespace openclwrapper { struct GPUEnv; } +namespace openclwrapper +{ +struct GPUEnv; +} struct ds_device; -ds_device const & getDeviceSelection(OUString const & pFileName, bool bForceSelection); +ds_device const& getDeviceSelection(OUString const& pFileName, bool bForceSelection); -void releaseOpenCLEnv( openclwrapper::GPUEnv *gpuInfo ); +void releaseOpenCLEnv(openclwrapper::GPUEnv* gpuInfo); #endif -- cgit