From 7cd8d5c6663abb218df0636759ef499b1dfbae76 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Wed, 24 Jul 2019 12:44:49 +0200 Subject: [PATCH] Fixed spacing for CPU error code enum --- lib/provider/enums/Icinga_ProviderEnums.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/provider/enums/Icinga_ProviderEnums.psm1 b/lib/provider/enums/Icinga_ProviderEnums.psm1 index 3818cfc..d69c48d 100644 --- a/lib/provider/enums/Icinga_ProviderEnums.psm1 +++ b/lib/provider/enums/Icinga_ProviderEnums.psm1 @@ -243,7 +243,7 @@ 8='The driver loader for the device is missing.'; 9='This device is not working properly because the controlling firmware is reporting the resources for the device incorrectly.'; 10='This device cannot start.'; - 11=' This device failed.'; + 11='This device failed.'; 12='This device cannot find enough free resources that it can use.'; 13="Windows cannot verify this device’s resources."; 14='This device cannot work properly until you restart your computer.';