From 7c633c259ebc4a863c5076462c5792ecb8b9f617 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Apr 2024 00:39:02 +0200 Subject: clang-format --- ot_clean.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ot_clean.h') diff --git a/ot_clean.h b/ot_clean.h index 956770a..e8bcdc1 100644 --- a/ot_clean.h +++ b/ot_clean.h @@ -7,13 +7,13 @@ #define OT_CLEAN_H__ /* The amount of time a clean cycle should take */ -#define OT_CLEAN_INTERVAL_MINUTES 2 +#define OT_CLEAN_INTERVAL_MINUTES 2 /* So after each bucket wait 1 / OT_BUCKET_COUNT intervals */ -#define OT_CLEAN_SLEEP ( ( ( OT_CLEAN_INTERVAL_MINUTES ) * 60 * 1000000 ) / ( OT_BUCKET_COUNT ) ) +#define OT_CLEAN_SLEEP (((OT_CLEAN_INTERVAL_MINUTES) * 60 * 1000000) / (OT_BUCKET_COUNT)) -void clean_init( void ); -void clean_deinit( void ); -int clean_single_torrent( ot_torrent *torrent ); +void clean_init(void); +void clean_deinit(void); +int clean_single_torrent(ot_torrent *torrent); #endif -- cgit v1.2.3