Fixed some very minor spacing issues

This commit is contained in:
Gregory Nutt 2015-11-24 23:00:03 +00:00
parent f8507e7e42
commit 7f1ddaedc5

View File

@ -94,7 +94,7 @@ namespace NXWidgets
CWidgetControl *m_widgetControl; /**< The widget control instance for this window */ CWidgetControl *m_widgetControl; /**< The widget control instance for this window */
struct nx_callback_s m_callbacks; /**< C-callable vtable of callback function pointers */ struct nx_callback_s m_callbacks; /**< C-callable vtable of callback function pointers */
#ifdef CONFIG_NXTERM_NXKBDIN #ifdef CONFIG_NXTERM_NXKBDIN
NXTERM m_nxterm; /**< The NxTerm handle for redirection of keyboard input */ NXTERM m_nxterm; /**< The NxTerm handle for redirection of keyboard input */
#endif #endif
// Methods in the callback vtable // Methods in the callback vtable
@ -208,7 +208,7 @@ namespace NXWidgets
*/ */
#ifdef CONFIG_NX_MULTIUSER #ifdef CONFIG_NX_MULTIUSER
static void windowBlocked(NXWINDOW hwnd, FAR void *arg1, FAR void *arg2); static void windowBlocked(NXWINDOW hwnd, FAR void *arg1, FAR void *arg2);
#endif #endif
public: public: