Skip to content

Commit 9a676f2

Browse files
committed
Remove trailing spaces
1 parent dc3970d commit 9a676f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gplot++.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ class Gnuplot {
267267
case TerminalMode::ANSIRGB: os << "ansirgb"; break;
268268
default: os << "mono";
269269
}
270-
270+
271271
os << "\n";
272272

273273
if (! filename.empty()) {
274274
os << "set output '" << filename << "'\n";
275275
}
276-
276+
277277
return sendcommand(os);
278278
}
279279

0 commit comments

Comments
 (0)