indented using indent tool.
This commit is contained in:
@@ -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 "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user