mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Fixed spacing for CPU error code enum
This commit is contained in:
parent
dc2c4eac0b
commit
7cd8d5c666
1 changed files with 1 additions and 1 deletions
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Reference in a new issue