Change several python and robot files to 110 chars

Taking advantage of current team limit of 110 chars.

Change-Id: If7ab51fe894889967b8c8bb2f2fa4664f01117d5
Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
diff --git a/templates/pgm_template.tcl b/templates/pgm_template.tcl
index 3e67794..39f47ad 100755
--- a/templates/pgm_template.tcl
+++ b/templates/pgm_template.tcl
@@ -24,8 +24,7 @@
 
 proc exit_proc { {ret_code 0} } {
 
-  # Execute whenever the program ends normally or with the signals that we
-  # catch (i.e. TERM, INT).
+  # Execute whenever the program ends normally or with the signals that we catch (i.e. TERM, INT).
 
   dprint_executing
   dprint_var ret_code