diff --git a/SCC-OUTPUT-REPORT.html b/SCC-OUTPUT-REPORT.html
index 053595a9..ecd2ee4e 100644
--- a/SCC-OUTPUT-REPORT.html
+++ b/SCC-OUTPUT-REPORT.html
@@ -18,7 +18,7 @@
447 |
7669 |
1413 |
- 255159 |
+ 255158 |
4126 |
processor/workers_test.go |
@@ -58,7 +58,7 @@
91 |
651 |
225 |
- 25571 |
+ 25570 |
494 |
processor/processor.go |
@@ -240,16 +240,6 @@
0 |
2209 |
35 |
-
- processor/bloom.go |
- |
- 37 |
- 7 |
- 12 |
- 18 |
- 2 |
- 1062 |
- 29 |
processor/cocomo_test.go |
|
@@ -260,6 +250,16 @@
6 |
686 |
23 |
+
+ processor/bloom.go |
+ |
+ 37 |
+ 7 |
+ 12 |
+ 18 |
+ 2 |
+ 1062 |
+ 29 |
processor/helpers_test.go |
|
@@ -299,7 +299,7 @@
447 |
7669 |
1413 |
- 255159 |
+ 255158 |
4126 |
diff --git a/processor/workers.go b/processor/workers.go
index 3f0861e8..9d755bb7 100644
--- a/processor/workers.go
+++ b/processor/workers.go
@@ -22,7 +22,7 @@ const (
SCommentCode int64 = 4 // Indicates comment after code
SMulticomment int64 = 5
SMulticommentCode int64 = 6 // Indicates multi comment after code
- SMulticommentBlank int64 = 7 // Indicates multi comment ended with blank afterwards
+ SMulticommentBlank int64 = 7 // Indicates multi comment ended with blank afterward
SString int64 = 8
SDocString int64 = 9
)