Switch to side-by-side view

--- a/src/utils/ecrontab.cpp
+++ b/src/utils/ecrontab.cpp
@@ -29,7 +29,7 @@
 {
     string crontab;
     ExecCmd croncmd;
-    list<string> args; 
+    vector<string> args; 
     int status;
 
     // Retrieve current crontab contents. An error here means that no
@@ -51,7 +51,7 @@
 {
     string crontab;
     ExecCmd croncmd;
-    list<string> args; 
+    vector<string> args; 
     int status;
 
     for (vector<string>::const_iterator it = lines.begin();