From 16a97fbca129bca5656f76191c1b324b1649ec22 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Mon, 7 May 2018 11:21:59 +0200 Subject: Unify header includes - Sort Alphabetically - Same indentation for preprocessor clauses --- components/temperature.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/temperature.c') diff --git a/components/temperature.c b/components/temperature.c index 720f1b7..136e0d4 100644 --- a/components/temperature.c +++ b/components/temperature.c @@ -16,9 +16,9 @@ #include #include #include + #include #include #include - #include const char * temp(const char *null) -- cgit v1.2.3