commit e0e0828db409637740ef1789927c32d5223a54cb parent 7d0304374806613143363cf7971a74805049a8f1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 19 Nov 2020 11:43:58 +0100 Coding style consistency Diffstat:
| M | src/s3d_backend.h | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/s3d_backend.h b/src/s3d_backend.h @@ -36,15 +36,15 @@ #include <rsys/rsys.h> /* COMPILER_CL */ #ifdef COMPILER_CL -/* Structure was padded due to alignment specifier */ -#pragma warning( push ) -#pragma warning( disable: 4324 ) + /* Structure was padded due to alignment specifier */ + #pragma warning(push) + #pragma warning(disable: 4324) #endif #include <embree3/rtcore.h> #ifdef COMPILER_CL -#pragma warning( pop ) + #pragma warning(pop) #endif #endif /* S3D_BACKEND_H */