Remove trailing newlines
This commit is contained in:
parent
a6f26ad279
commit
3947facfa2
|
|
@ -38,12 +38,3 @@ typedef void (*DtHashOperateFunc)();
|
|||
typedef int (*DtHashDestroyFunc)();
|
||||
|
||||
#endif /* _DtHash_h */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1365,5 +1365,3 @@ ilError error;
|
|||
} /* END while true: execute strips */
|
||||
} /* END switch pipe state */
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -373,4 +373,3 @@ _DtCreateView(
|
|||
return (XtCreateWidget (name, dtViewWidgetClass,
|
||||
parent, arglist, argcount));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue