Remove trailing newlines

This commit is contained in:
Patrick Georgi 2025-09-19 20:27:27 +02:00
parent a6f26ad279
commit 3947facfa2
3 changed files with 0 additions and 12 deletions

View File

@ -38,12 +38,3 @@ typedef void (*DtHashOperateFunc)();
typedef int (*DtHashDestroyFunc)();
#endif /* _DtHash_h */

View File

@ -1365,5 +1365,3 @@ ilError error;
} /* END while true: execute strips */
} /* END switch pipe state */
}

View File

@ -373,4 +373,3 @@ _DtCreateView(
return (XtCreateWidget (name, dtViewWidgetClass,
parent, arglist, argcount));
}