summaryrefslogtreecommitdiff
path: root/components/temperature.c
diff options
context:
space:
mode:
authordrkhsh <me@drkhsh.at>2022-10-27 23:18:30 +0200
committerRafael Marçalo <raroma09@gmail.com>2022-10-28 22:21:47 +0100
commit1af8f3cebe5048b0e263303bbbcef75ecd236c4a (patch)
tree5f67b13f79a81ea824f72e58c21158d2b56a730e /components/temperature.c
parent19b34fe6e86710347fbbe7c996eca3f6b0a3e56f (diff)
radical re-formatting 0/3: Alphabetic headers
Except stated otherwise in comment. Fixes coding style. Formatting commits suck, incoherent coding style sucks more. https://suckless.org/coding_style/
Diffstat (limited to 'components/temperature.c')
-rw-r--r--components/temperature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/temperature.c b/components/temperature.c
index 306a09f..7be5118 100644
--- a/components/temperature.c
+++ b/components/temperature.c
@@ -1,8 +1,8 @@
/* See LICENSE file for copyright and license details. */
#include <stddef.h>
-#include "../util.h"
#include "../slstatus.h"
+#include "../util.h"
#if defined(__linux__)