Switch to side-by-side view

--- a/src/qtgui/rclm_view.cpp
+++ b/src/qtgui/rclm_view.cpp
@@ -479,7 +479,8 @@
     webhelp = path_cat(webhelp, "index.html");
     bool has_wh = path_exists(webhelp);
     
-    LOGDEB("RclMain::startManual: help index is "  << (index.empty()?"(null)":index) << "\n" );
+    LOGDEB("RclMain::startManual: help index is " <<
+           (index.empty() ? "(null)" : index) << "\n");
     bool indexempty = index.empty();
 
 #ifdef _WIN32