mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-10 07:51:56 +00:00
Convert indentation to spaces
The tab war is lost
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <utils.hpp>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
umask(0);
|
||||
cmdline_logging();
|
||||
return APPLET_STUB_MAIN(argc, argv);
|
||||
umask(0);
|
||||
cmdline_logging();
|
||||
return APPLET_STUB_MAIN(argc, argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user