From 0719ccc4bd2f967fe2c7bc4a101a551eef21f9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 1 Apr 2022 02:30:56 +0200 Subject: Update comment style. --- c/datalistview.c | 7 +++---- c/listview.c | 9 ++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/c/datalistview.c b/c/datalistview.c index 99c3eed..901f16f 100644 --- a/c/datalistview.c +++ b/c/datalistview.c @@ -44,10 +44,9 @@ DlvShowEpisode(int iEpisode) PI(t,iEpisode) return; P("episode_data","lookup_episode_local",3,t) return; - /* The episode data is a list of unary compounds, - * whose functor is the key and whose argument is the value. - * (Perhaps this should really be implemented in Prolog.) - */ + /* The episode data is a list of unary compounds, whose + * functor is the key and whose argument is the value. + * (Perhaps this should really be implemented in Prolog.) */ { term_t tHead, tList; diff --git a/c/listview.c b/c/listview.c index a528e44..582888d 100644 --- a/c/listview.c +++ b/c/listview.c @@ -51,11 +51,10 @@ LvProc(HWND hLv, UINT uMsg, WPARAM wParam, LPARAM lParam) LRESULT lResult; extern HWND HElv; - /* For the episode list view, the Enter key should not - * be handled by the dialog manager, but instead be sent - * along to the main window procedure, so that it may be - * handled by the NM_RETURN case in ElvHandleNotify. - */ + /* For the episode list view, the Enter key should not + * be handled by the dialog manager, but instead be sent + * along to the main window procedure, so that it may be + * handled by the NM_RETURN case in ElvHandleNotify. */ if (hLv != HElv) break; lResult = CallWindowProc(LvPrevProc, hLv, uMsg, wParam, lParam); -- cgit v1.2.3