diff options
author | Friedemann Kleint <[email protected]> | 2024-12-13 09:52:29 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2024-12-13 10:21:46 +0100 |
commit | 21d8a3f57ba9136f8d181af6d5aa0ba9a5cdb8b7 (patch) | |
tree | 5460b893e9cd48d4f9e9e24dd99469aaf1f5c9e4 /sources/shiboken6/tests/libminimal/obj.cpp | |
parent | f6069b9330fc01b68296ef4dffd474ed98784ec6 (diff) |
Fix trailing empty lines
Pick-to: 6.8
Change-Id: I1a5964463f703ade0657816cb974206355a5ae5b
Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources/shiboken6/tests/libminimal/obj.cpp')
-rw-r--r-- | sources/shiboken6/tests/libminimal/obj.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/shiboken6/tests/libminimal/obj.cpp b/sources/shiboken6/tests/libminimal/obj.cpp index a63a9c3c9..9de87cd3c 100644 --- a/sources/shiboken6/tests/libminimal/obj.cpp +++ b/sources/shiboken6/tests/libminimal/obj.cpp @@ -13,4 +13,3 @@ bool Obj::virtualMethod(int val) { return !bool(val%2); } - |