aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/tests/libsample/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/tests/libsample/sample.h')
-rw-r--r--sources/shiboken6/tests/libsample/sample.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken6/tests/libsample/sample.h b/sources/shiboken6/tests/libsample/sample.h
index 756b4687e..27909571a 100644
--- a/sources/shiboken6/tests/libsample/sample.h
+++ b/sources/shiboken6/tests/libsample/sample.h
@@ -20,9 +20,9 @@ namespace sample
};
// shiboken must not generate richcompare for namespace sample
- LIBSAMPLE_API bool operator==(const sample&s1, const sample&s2);
+ LIBSAMPLE_API bool operator==(const sample &s1, const sample &s2);
const int INT_CONSTANT = 42;
}
-#endif
+#endif // SAMPLE_H