factory.h:28: "public:" should be preceded by a blank line [whitespace/blank_line] [3]
factory.h:34: An else should appear on the same line as the preceding } [whitespace/newline] [4]
factory.h:34: If an else has a brace on one side, it should have it on both [readability/braces] [5]
factory.h:37: An else should appear on the same line as the preceding } [whitespace/newline] [4]
factory.h:37: If an else has a brace on one side, it should have it on both [readability/braces] [5]
factory.h:40: An else should appear on the same line as the preceding } [whitespace/newline] [4]
factory.h:40: If an else has a brace on one side, it should have it on both [readability/braces] [5]
Done processing factory.h
Total errors found: 7
|