Skip to content

Commit ac6db47

Browse files
committed
stress-binderfs: break variables into multiple lines
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
1 parent e97f6b2 commit ac6db47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

stress-binderfs.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ static int stress_binderfs_umount(
136136

137137
t1 = stress_time_now();
138138
for (;;) {
139-
double t, t2;
139+
double t;
140+
double t2;
140141
int ret;
141142

142143
t = stress_time_now();

0 commit comments

Comments
 (0)