diff libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 6e81b59d657c 446c46af4b42
children 0e1f5a750d00
line wrap: on
line diff
--- a/libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp	Mon Jan 19 07:04:12 2015 +0100
+++ b/libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp	Tue Jan 20 10:05:42 2015 -0500
@@ -151,8 +151,8 @@
 
 // FIXME -- not sure how to make these work properly given the way the
 // Unix terminal handles colors.
-void QUnixTerminalImpl::setBackgroundColor (const QColor& color) 
-  { 
+void QUnixTerminalImpl::setBackgroundColor (const QColor& color)
+  {
     ColorEntry cols[TABLE_COLORS];
 
     const ColorEntry * curr_cols = m_terminalView->colorTable();