diff libgui/src/m-editor/octave-qscintilla.cc @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents 7934b56c8b7b be7ac98fab43
children 2f4406e9dad6
line wrap: on
line diff
--- a/libgui/src/m-editor/octave-qscintilla.cc	Tue Jan 20 09:55:41 2015 -0500
+++ b/libgui/src/m-editor/octave-qscintilla.cc	Tue Jan 20 10:24:46 2015 -0500
@@ -106,7 +106,7 @@
   QList< QsciCommand * > cmd_list_mac = cmd_set->commands ();
   for (int i = 0; i < cmd_list_mac.length (); i++)
     {
-      // Primary key 
+      // Primary key
       int key = cmd_list_mac.at (i)->key ();
 
       if (static_cast<int> (key | Qt::META) == key &&