OSDN Git Service

indentation
authorIvailo Monev <xakepa10@laimg.moc>
Sun, 28 Jul 2019 13:42:00 +0000 (13:42 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Sun, 28 Jul 2019 13:42:00 +0000 (13:42 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/gui/dialogs/qcolordialog.cpp

index 55de152..06f41a2 100644 (file)
@@ -1238,7 +1238,7 @@ void QColorShower::setRgb(QRgb rgb)
 void QColorShower::setHsv(int h, int s, int v)
 {
     if (h < -1 || (uint)s > 255 || (uint)v > 255)
-           return;
+        return;
 
     hue = h; val = v; sat = s;
     QColor c;