diff options
author | Michele Calgaro <[email protected]> | 2022-01-04 19:42:42 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-04 19:42:42 +0900 |
commit | 7a0c2ce49743153e398ce50618c8d2e7b73c6e6d (patch) | |
tree | a8af498257fbfc1c7936f089ab5aefd00b547caa /tests/test_check_authorization.cpp | |
parent | 8204fa74454b3f4a0761918f9deda1997f6c864c (diff) | |
download | polkit-tqt-7a0c2ce49743153e398ce50618c8d2e7b73c6e6d.tar.gz polkit-tqt-7a0c2ce49743153e398ce50618c8d2e7b73c6e6d.zip |
Removed empty line at the end of files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tests/test_check_authorization.cpp')
-rw-r--r-- | tests/test_check_authorization.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_check_authorization.cpp b/tests/test_check_authorization.cpp index 61b836920..3616206cb 100644 --- a/tests/test_check_authorization.cpp +++ b/tests/test_check_authorization.cpp @@ -57,4 +57,3 @@ int main(void) return TEST_PASSED; } - |