aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/amcsshe.c
diff options
context:
space:
mode:
authorNick Barnes2001-12-17 15:18:17 +0000
committerNick Barnes2001-12-17 15:18:17 +0000
commitdb4b3a6fa51ea452f62ed64612da5466d7bc292e (patch)
tree4401c0c97d4df2e1c48ad06f263c27199e92d5dc /mps/code/amcsshe.c
parentc864931fe4271b6592ca4a76ce856938d263c74a (diff)
downloademacs-db4b3a6fa51ea452f62ed64612da5466d7bc292e.tar.gz
emacs-db4b3a6fa51ea452f62ed64612da5466d7bc292e.zip
Remove trailing whitespace.
Copied from Perforce Change: 25309 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/amcsshe.c')
-rw-r--r--mps/code/amcsshe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/amcsshe.c b/mps/code/amcsshe.c
index 0e5677776d3..2be9e32be89 100644
--- a/mps/code/amcsshe.c
+++ b/mps/code/amcsshe.c
@@ -51,7 +51,7 @@ static mps_word_t *tvw;
51 51
52 52
53static mps_word_t dylan_make_WV(mps_word_t version, mps_word_t vb, 53static mps_word_t dylan_make_WV(mps_word_t version, mps_word_t vb,
54 mps_word_t es, mps_word_t vf) 54 mps_word_t es, mps_word_t vf)
55{ 55{
56 /* VERSION- ... VB------ reserved ES---VF- */ 56 /* VERSION- ... VB------ reserved ES---VF- */
57 return((version << (MPS_WORD_WIDTH - 8)) | 57 return((version << (MPS_WORD_WIDTH - 8)) |