strutils: reindent the file

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2012-02-09 22:57:13 +01:00
parent ef4a6bef5f
commit 4ffc7c4f20

View File

@ -24,6 +24,7 @@ long strtol_or_err(const char *str, const char *errmesg)
error(EXIT_FAILURE, errno, "%s: '%s'", errmesg, str);
return 0;
}
/*
* same as strtod(3) but exit on failure instead of returning crap
*/