From e0db6be103f4fef653efde86f4478677d9921fc8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 27 Mar 2019 13:53:07 -0600 Subject: [PATCH] Trivial removal of dangling white space at the end of the line. --- graphics/NxWidgets/nxwidgets/src/ccallback.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/NxWidgets/nxwidgets/src/ccallback.cxx b/graphics/NxWidgets/nxwidgets/src/ccallback.cxx index b304efb1a..27e8ea3ac 100644 --- a/graphics/NxWidgets/nxwidgets/src/ccallback.cxx +++ b/graphics/NxWidgets/nxwidgets/src/ccallback.cxx @@ -366,7 +366,7 @@ void CCallback::windowEvent(NXWINDOW hwnd, enum nx_event_e event, This->m_widgetControl->windowBlocked(arg2); } break; - + default: break; }