]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.cpp
Random simplifications, cosmetics/whitespace/consistency fixes.
[pulseview.git] / pv / widgets / wellarray.cpp
index 3ae6eec6305b1eb696bb55affcf070a71d5790dc..7617552731f0280b4544c68b7f9832171af57dcf 100644 (file)
@@ -265,7 +265,7 @@ void WellArray::focusOutEvent(QFocusEvent*)
 */
 void WellArray::keyPressEvent(QKeyEvent* event)
 {
-    switch(event->key()) {                        // Look at the key code
+    switch (event->key()) {                        // Look at the key code
     case Qt::Key_Left:                                // If 'left arrow'-key,
         if (curCol > 0)                        // and cr't not in leftmost col
             setCurrent(curRow, curCol - 1);        // set cr't to next left column