diff options
author | Ray Lai <ray@openbsd.org> | 2009-06-05 03:13:16 +0000 |
---|---|---|
committer | Ray Lai <ray@openbsd.org> | 2009-06-05 03:13:16 +0000 |
commit | 74749e8705a49ddda7a742f44bae5865be3f7a70 (patch) | |
tree | 7401aa163206769abbc49aedf52181d90968e3e0 /grid.c | |
parent | 85e0d8a221314869458169955f218c9971f5bcb6 (diff) | |
download | rtmux-74749e8705a49ddda7a742f44bae5865be3f7a70.tar.gz rtmux-74749e8705a49ddda7a742f44bae5865be3f7a70.tar.bz2 rtmux-74749e8705a49ddda7a742f44bae5865be3f7a70.zip |
Remove trailing newlines, spaces, and tabs.
No binary change.
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -493,5 +493,3 @@ grid_move_cells(struct grid *gd, u_int dx, u_int px, u_int py, u_int nx) grid_put_cell(gd, xx, py, &grid_default_cell); } } - - |