Skip to content

Commit bcaadc0

Browse files
author
jdf
committed
Whitespace-only
1 parent 06a53b9 commit bcaadc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/app/preproc/PdePreprocessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public PreprocessResult write(final Writer out, String program,
289289
// bug #5
290290
if (!program.endsWith("\n"))
291291
program += "\n";
292-
292+
293293
checkForUnterminatedMultilineComment(program);
294294

295295
if (Preferences.getBoolean("preproc.substitute_unicode")) {

0 commit comments

Comments
 (0)