From df435931b649de42f518e62b598f95df7eed04e2 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Wed, 14 Jul 2021 19:25:15 +0200 Subject: [PATCH] Proper label indentation --- linux/Platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Platform.c b/linux/Platform.c index 9bf495bb..2d28b8e1 100644 --- a/linux/Platform.c +++ b/linux/Platform.c @@ -226,7 +226,7 @@ void Platform_getLoadAverage(double* one, double* five, double* fifteen) { *fifteen = scanFifteen; return; - err: +err: *one = NAN; *five = NAN; *fifteen = NAN;