indented using indent tool.

This commit is contained in:
skarg
2006-02-19 13:04:38 +00:00
parent 1548636050
commit 8a688032a1
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -768,7 +768,7 @@ void testDevice(Test * pTest)
/* stubs to dependencies to keep unit test simple */ /* stubs to dependencies to keep unit test simple */
char *Analog_Input_Name(uint32_t object_instance) char *Analog_Input_Name(uint32_t object_instance)
{ {
(void)object_instance; (void) object_instance;
return ""; return "";
} }
@@ -784,7 +784,7 @@ uint32_t Analog_Input_Index_To_Instance(unsigned index)
char *Analog_Output_Name(uint32_t object_instance) char *Analog_Output_Name(uint32_t object_instance)
{ {
(void)object_instance; (void) object_instance;
return ""; return "";
} }