From c14e83734304863178223aeff496156edf83a723 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 9 Feb 2021 22:25:25 -0800 Subject: [PATCH] no-op whitespace --- bin/feedgnuplot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 3262f71..2a7d872 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -107,8 +107,10 @@ sub interpretCommandline $options{rangesize} = []; $options{tuplesize} = []; - GetOptions(\%options, 'stream:s', 'domain!', 'dataid!', 'vnlog!', '3d!', 'colormap!', 'lines!', 'points!', - 'circles', 'legend=s{2}', 'autolegend!', 'xlabel=s', 'x2label=s', 'ylabel=s', 'y2label=s', 'zlabel=s', + GetOptions(\%options, 'stream:s', 'domain!', 'dataid!', 'vnlog!', + '3d!', 'colormap!', 'lines!', 'points!', 'circles', + 'legend=s{2}', 'autolegend!', + 'xlabel=s', 'x2label=s', 'ylabel=s', 'y2label=s', 'zlabel=s', 'title=s', 'xlen=f', 'xmin=s', 'xmax=s', 'x2min=s', 'x2max=s', 'ymin=f', 'ymax=f', 'y2min=f', 'y2max=f',