Index: sources/device/DeviceError.h =================================================================== diff -u -r49b21798fb65ce44a04ae4e771ef7c3c1c119fa6 -r5a4a26f106ba03759e3a89b19690fa678f8a3aca --- sources/device/DeviceError.h (.../DeviceError.h) (revision 49b21798fb65ce44a04ae4e771ef7c3c1c119fa6) +++ sources/device/DeviceError.h (.../DeviceError.h) (revision 5a4a26f106ba03759e3a89b19690fa678f8a3aca) @@ -38,7 +38,7 @@ public: enum Scripts_Error_Enum { - eDevice_OK = 0 , + eDevice_OK = 0 , // The scripts can use the exit code of each commands they execute and the assumption is most of Linux commands exit codes are less than 1000. // so any error less that 1000 will be identified as device error