From dbe72fd9627f701210d69c9b01db762b2c950190 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 25 Apr 2021 20:20:00 +0200 Subject: Everywhere: Remove empty line after function body opening curly brace --- Userland/Applications/ThemeEditor/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Userland/Applications/ThemeEditor') diff --git a/Userland/Applications/ThemeEditor/main.cpp b/Userland/Applications/ThemeEditor/main.cpp index be2e37154f..f86bc10939 100644 --- a/Userland/Applications/ThemeEditor/main.cpp +++ b/Userland/Applications/ThemeEditor/main.cpp @@ -47,7 +47,6 @@ private: int main(int argc, char** argv) { - if (pledge("stdio recvfd sendfd thread rpath accept cpath wpath unix fattr", nullptr) < 0) { perror("pledge"); return 1; -- cgit v1.2.3