annotate admin/notes/trailing-whitespace @ 112439:5610f272341f
* src/image.c: Add cast to fix type clash
author |
Paul Eggert <eggert@cs.ucla.edu> |
date |
Sat, 22 Jan 2011 20:34:48 -0800 |
parents |
ef719132ddfa |
children |
|
rev |
line source |
49800
|
1 ttn 2003-02-14
|
|
2
|
|
3 apparently there was a big discussion on emacs-devel wrt trailing whitespace.
|
|
4 there was a mass-change to remove such from various branches in cvs. probably
|
|
5 it's a good idea to avoid adding trailing whitespace in new code/docs and in
|
|
6 changes.
|
52401
|
7
|