Inspecting 1 file C
Offenses:
atomic:6:1: C: [Corrected] Layout/TrailingWhitespace: Trailing whitespace detected.
1 file inspected, 1 offense detected, 1 offense corrected
Signed-off-by: Zhang Yale ylzhangah@qq.com --- stats/atomic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stats/atomic b/stats/atomic index 71fc4fe6..422d575b 100755 --- a/stats/atomic +++ b/stats/atomic @@ -3,7 +3,7 @@ while (line = STDIN.gets) line.chomp! next unless line =~ /atomic:\s+\d+\s+(\d+).+\s+(\d+)$/ - + puts "threads: #{$1}" puts "score: #{$2}" end