Index: sources/device/DeviceError.h =================================================================== diff -u -r0e122c98700951af539d9f47c5578e26d640fcc7 -rfb43510552969e9fb3c3f10ae693ba81ea7e8d52 --- sources/device/DeviceError.h (.../DeviceError.h) (revision 0e122c98700951af539d9f47c5578e26d640fcc7) +++ sources/device/DeviceError.h (.../DeviceError.h) (revision fb43510552969e9fb3c3f10ae693ba81ea7e8d52) @@ -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