summaryrefslogtreecommitdiff
path: root/src/stclock.c
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-23 23:59:30 +0300
committerawy <awy@awy.one>2025-08-23 23:59:30 +0300
commit5a0107ba1e9388a3d4ade7faa06a1c94786ae3d2 (patch)
tree50938c25191f646990147158b1a4ead8c22a2028 /src/stclock.c
parentb3526d31b40dbdf37ea4b314c8e9aa94d39b7f8c (diff)
add sttorrent
Diffstat (limited to 'src/stclock.c')
-rw-r--r--src/stclock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stclock.c b/src/stclock.c
index 00353d5..7591825 100644
--- a/src/stclock.c
+++ b/src/stclock.c
@@ -17,7 +17,8 @@
#include <time.h>
#include <stdio.h>
-int main(void)
+int
+main(void)
{
time_t t = time(NULL);
struct tm *tm = localtime(&t);