Re-format code to avoid overly long lines and declarations

This commit is contained in:
Nils O. Selåsdal
2015-04-04 23:29:27 +02:00
parent a55139aba6
commit c6318c079d
17 changed files with 94 additions and 46 deletions
+1 -2
View File
@@ -20,8 +20,7 @@ static UCRCResult uc_restart_counter_lock(int fd)
return UC_RC_OK;
}
UCRCResult uc_restart_counter_init(
struct UCRestartCounter *counter,
UCRCResult uc_restart_counter_init(struct UCRestartCounter *counter,
const char *filename,
unsigned int flags)
{