From 3947facfa21e104206aad84e096f9bf76701adbf Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 19 Sep 2025 20:27:27 +0200 Subject: [PATCH] Remove trailing newlines --- cde/include/Dt/DtHash.h | 9 --------- cde/lib/DtHelp/il/ilpipe.c | 2 -- cde/lib/DtWidget/View.c | 1 - 3 files changed, 12 deletions(-) diff --git a/cde/include/Dt/DtHash.h b/cde/include/Dt/DtHash.h index b37403105..73e799634 100644 --- a/cde/include/Dt/DtHash.h +++ b/cde/include/Dt/DtHash.h @@ -38,12 +38,3 @@ typedef void (*DtHashOperateFunc)(); typedef int (*DtHashDestroyFunc)(); #endif /* _DtHash_h */ - - - - - - - - - diff --git a/cde/lib/DtHelp/il/ilpipe.c b/cde/lib/DtHelp/il/ilpipe.c index e78052ffb..d1089cac6 100644 --- a/cde/lib/DtHelp/il/ilpipe.c +++ b/cde/lib/DtHelp/il/ilpipe.c @@ -1365,5 +1365,3 @@ ilError error; } /* END while true: execute strips */ } /* END switch pipe state */ } - - diff --git a/cde/lib/DtWidget/View.c b/cde/lib/DtWidget/View.c index 714fec34c..751f2ef41 100644 --- a/cde/lib/DtWidget/View.c +++ b/cde/lib/DtWidget/View.c @@ -373,4 +373,3 @@ _DtCreateView( return (XtCreateWidget (name, dtViewWidgetClass, parent, arglist, argcount)); } -