Change-Id: Ied5c5a302a1906b7985e8ea39968c7158bccf36a
CSCLResourceCache *cache = CSCLResourceCache::get_instance();
SclResParserManager *sclres_manager = SclResParserManager::get_instance();
- if(!utils || !context || !windows || !cache || !sclres_manager) return FALSE;
+ if (!utils || !context || !windows || !cache || !sclres_manager) return FALSE;
PSclInputModeConfigure sclres_input_mode_configure = sclres_manager->get_input_mode_configure_table();
if (!sclres_input_mode_configure) return FALSE;
sclbyte layout_index = NOT_USED;
PSclLayoutKeyCoordinatePointerTable sclres_layout_key_coordinate_pointer_frame =
sclres_manager->get_key_coordinate_pointer_frame();
- if(!sclres_layout_key_coordinate_pointer_frame) return;
+ if (!sclres_layout_key_coordinate_pointer_frame) return;
if (context) {
layout_index = context->get_base_layout();