From 6b9f1633537e2ff06eb1a0741e4598a294f40fcb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 28 Jan 2010 02:24:24 +0100 Subject: *: style fixes. no code changes (verified with objdump) Signed-off-by: Denys Vlasenko --- util-linux/readprofile.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'util-linux/readprofile.c') diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 1f5ba2e..2196544 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c @@ -176,9 +176,11 @@ int readprofile_main(int argc UNUSED_PARAM, char **argv) /* ignore any LEADING (before a '[tT]' symbol is found) Absolute symbols */ if ((*mode == 'A' || *mode == '?') && total == 0) continue; - if (*mode != 'T' && *mode != 't' && - *mode != 'W' && *mode != 'w') + if (*mode != 'T' && *mode != 't' + && *mode != 'W' && *mode != 'w' + ) { break; /* only text is profiled */ + } if (indx >= len / sizeof(*buf)) bb_error_msg_and_die("profile address out of range. " -- cgit v1.1