[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Mar 11 20:07:28 CET 2005
CVS commit by arwalker:
Indentation correction. Barth, any possibilty you could get your editor to replace tabs with spaces.
M +6 -6 main.cpp 1.105
--- kdeextragear-2/kst/kst/main.cpp #1.104:1.105
@@ -144,9 +144,9 @@ static void SetCMDOptions(KCmdLineArgs *
in.has_points = args->isSet("d");
in.n_cols = args->getOption("m").toInt(&nOK);
- if (in.n_cols>0) {
- if (args->count()>0) {
+ if (in.n_cols > 0) {
+ if (args->count() > 0) {
in.sep_plots = true;
in.n_plots = args->count() * (n_y);
- } else if (args->getOptionList("ye").count()>0) {
+ } else if (args->getOptionList("ye").count() > 0) {
in.sep_plots = true;
in.n_plots = args->getOptionList("ye").count();
More information about the Kst
mailing list