indented using indent.sh script to get uniform looking code for release
This commit is contained in:
@@ -150,7 +150,7 @@ int dlenv_register_as_foreign_device(
|
||||
if (retval < 0)
|
||||
fprintf(stderr, "FAILED to Register with BBMD at %s \n",
|
||||
inet_ntoa(addr));
|
||||
BBMD_Timer_Seconds = (uint16_t)bbmd_timetolive_seconds;
|
||||
BBMD_Timer_Seconds = (uint16_t) bbmd_timetolive_seconds;
|
||||
}
|
||||
|
||||
bbmd_result = retval;
|
||||
@@ -176,7 +176,7 @@ void dlenv_maintenance_timer(
|
||||
BBMD_Timer_Seconds -= elapsed_seconds;
|
||||
}
|
||||
if (BBMD_Timer_Seconds == 0) {
|
||||
(void)dlenv_register_as_foreign_device();
|
||||
(void) dlenv_register_as_foreign_device();
|
||||
/* If that failed (negative), maybe just a network issue.
|
||||
* If nothing happened (0), may be un/misconfigured.
|
||||
* Set up to try again later in all cases. */
|
||||
|
||||
Reference in New Issue
Block a user