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/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/wifi.c') diff --git a/components/wifi.c b/components/wifi.c index c209598..139ec8c 100644 --- a/components/wifi.c +++ b/components/wifi.c @@ -2,10 +2,10 @@ #if defined(__linux__) #include #include + #include #include #include #include - #include #include #include #include -- cgit v1.2.3