Skip to content
Snippets Groups Projects

[Upd] #define guard that were using system implementation convention

Merged Maxence Naud requested to merge standardization into main
34 files
+ 196
196
Compare changes
  • Side-by-side
  • Inline
Files
34
@@ -9,8 +9,8 @@
*
********************************************************************************/
#ifndef __AIDGE_OPERATORIMPL_H__
#define __AIDGE_OPERATORIMPL_H__
#ifndef AIDGE_OPERATORIMPL_H_
#define AIDGE_OPERATORIMPL_H_
#include <cstddef>
#include <vector>
@@ -57,4 +57,4 @@ public:
};
} // namespace Aidge
#endif /* __AIDGE_OPERATORIMPL_H__ */
#endif /* AIDGE_OPERATORIMPL_H_ */
Loading