r24428 by jghali - Code style fixes
scribus-commit
scribus-commit at lists.scribus.net
Tue Jan 26 13:57:51 UTC 2021
Author: jghali
Date: Tue Jan 26 13:57:51 2021
New Revision: 24428
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=24428
Log:
Code style fixes
Modified:
trunk/Scribus/scribus/pslib.cpp
Modified: trunk/Scribus/scribus/pslib.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=24428&path=/trunk/Scribus/scribus/pslib.cpp
==============================================================================
--- trunk/Scribus/scribus/pslib.cpp (original)
+++ trunk/Scribus/scribus/pslib.cpp Tue Jan 26 13:57:51 2021
@@ -957,9 +957,9 @@
for (int bl = 0; bl < 11; bl++)
{
PutStream("0 0 0 " + ToStr(col) + " cmyk\n");
- PutStream(ToStr(startX+bl*14.0) + " " + ToStr(startY) + " 14 14 rectfill\n");
+ PutStream(ToStr(startX + bl * 14.0) + " " + ToStr(startY) + " 14 14 rectfill\n");
PutStream("0 0 0 1 cmyk\n");
- PutStream(ToStr(startX+bl*14.0) + " " + ToStr(startY) + " 14 14 rectstroke\n");
+ PutStream(ToStr(startX + bl * 14.0) + " " + ToStr(startY) + " 14 14 rectstroke\n");
col -= 0.1;
}
startX = maxBoxX - bleedRight - markOffs - 20.0;
More information about the scribus-commit
mailing list