From f88c78591b4211f80dc1ec5c5a5f620f383e21b8 Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Aug 2025 00:42:45 +0300 Subject: stmemory --- src/stmemory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stmemory.c b/src/stmemory.c index baf2c4b..3553563 100644 --- a/src/stmemory.c +++ b/src/stmemory.c @@ -18,7 +18,8 @@ // TODO: Memory hogs on left click using signals -int main(void) +int +main(void) { FILE *meminfo; char buff[100]; -- cgit v1.2.3