Skip to content

Commit 322018c

Browse files
authored
Merge pull request stepcode#423 from stepcode/windent
Remove unneeded indentation in generated output.
2 parents d5f60d7 + b158a79 commit 322018c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/exp2cxx/selects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern int multiple_inheritance;
3434
((t)->u.type->body->type == integer_) || \
3535
((t)->u.type->body->type == number_) )
3636
#define PRINT_BUG_REPORT \
37-
fprintf( f, " std::cerr << __FILE__ << \":\" << __LINE__ << \": ERROR" \
37+
fprintf( f, "std::cerr << __FILE__ << \":\" << __LINE__ << \": ERROR" \
3838
" in schema library: \\n\" \n << _POC_ << \"\\n\\n\";\n");
3939

4040
#define PRINT_SELECTBUG_WARNING(f) \

0 commit comments

Comments
 (0)