Removed the 'return false;' lines after throws since these are not needed and are generally flagged by static analysis tools. Also removed a EOL spaces and added initializers for member variables at declaration (since more than one constructor exists). Signed-off-by: Noel Eck <noel.eck@intel.com>