cyclictest: white space cleanup

Clean up cyclictest formatting:
  Change leading spaces to tabs.
  Align function parameters.
  Place type of function on same line as function name.

Signed-off-by: Frank Rowand <frank.rowand@am.sony.com>
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
Frank Rowand 2013-01-28 18:09:46 -08:00 committed by John Kacur
parent 210e625227
commit 65c27472cc
1 changed files with 21 additions and 22 deletions

View File

@ -596,8 +596,7 @@ static void setup_tracer(void)
*
* the return value is a value in seconds
*/
int
parse_time_string(char *val)
int parse_time_string(char *val)
{
char *end;
int t = strtol(val, &end, 10);