Skip to content
Snippets Groups Projects
Commit 1605c3e2 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

clang-format

parent 15f87f4a
No related branches found
No related tags found
1 merge request!85M214003/develop
Pipeline #70149 failed
......@@ -4,7 +4,7 @@
// CAUTION: __is_identifier behaves opposite how you would expect!
// '__is_identifier' returns '0' if '__x' is a reserved identifier provided by
// the compiler and '1' otherwise.
// borrowed from LLVM __config header under Apache license 2.
// borrowed from LLVM __config header under Apache license 2.
// (https://www.mend.io/blog/top-10-apache-license-questions-answered/)
#ifndef __is_identifier // Optional of course.
#define __is_identifier(x) 1 // Compatibility with non-clang compilers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment