diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:40:19 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:40:19 -0800 |
commit | 684e4321fa7e96a61f45dc133816ab92a173a52d (patch) | |
tree | c9e0e76fa4deb06d7ca0852c9313e2eb7fb1f3b1 /getfile.c | |
parent | 63e7fce72d704036016258b2cb55c5624f571d92 (diff) |
Trim trailing whitespace from lines
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'getfile.c')
-rw-r--r-- | getfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,7 +39,7 @@ get_filename( ** confirm the user's choice. Other keys which would move out of ** the range of a one-line window are disabled. */ - static const char *translationtable = + static const char *translationtable = "Ctrl<Key>J: KillPopup() Done()\n\ Ctrl<Key>M: KillPopup() Done()\n\ <Key>Linefeed: KillPopup() Done()\n\ @@ -99,10 +99,10 @@ get_filename( (void) XQueryPointer(X.dpy,XtWindow(topform),&dummy1,&dummy2,&x1,&y1, &x2,&y2,&mask); - + popupshellargs[0].value = (XtArgVal) x2; popupshellargs[1].value = (XtArgVal) y2; - + popupshell = XtCreatePopupShell("popup",overrideShellWidgetClass, topform,popupshellargs,XtNumber(popupshellargs)); |