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/ram.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/ram.c') diff --git a/components/ram.c b/components/ram.c index 5611022..62e9807 100644 --- a/components/ram.c +++ b/components/ram.c @@ -54,9 +54,9 @@ NULL; } #elif defined(__OpenBSD__) - #include - #include #include + #include + #include #include inline int -- cgit v1.2.3