Fixed spacing for CPU error code enum

This commit is contained in:
Lord Hepipud 2019-07-24 12:44:49 +02:00
parent 49b84e25f8
commit bbf211cd38

View file

@ -243,7 +243,7 @@
8='The driver loader for the device is missing.'; 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.'; 9='This device is not working properly because the controlling firmware is reporting the resources for the device incorrectly.';
10='This device cannot start.'; 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.'; 12='This device cannot find enough free resources that it can use.';
13="Windows cannot verify this devices resources."; 13="Windows cannot verify this devices resources.";
14='This device cannot work properly until you restart your computer.'; 14='This device cannot work properly until you restart your computer.';