indented using indent.sh script to get uniform looking code for release
This commit is contained in:
@@ -73,7 +73,7 @@ char *Analog_Input_Name(
|
||||
static char text_string[16] = ""; /* okay for single thread */
|
||||
|
||||
if (object_instance < MAX_ANALOG_INPUTS) {
|
||||
sprintf(text_string, "AI-%lu", (unsigned long)object_instance);
|
||||
sprintf(text_string, "AI-%lu", (unsigned long) object_instance);
|
||||
return text_string;
|
||||
}
|
||||
|
||||
@@ -172,4 +172,3 @@ int Analog_Input_Read_Property(
|
||||
|
||||
return apdu_len;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user