diff options
| author | Juanma Barranquero | 2010-07-07 11:45:28 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-07 11:45:28 +0200 |
| commit | ed3751c8245cbf523caf4975f654d459f070ea9a (patch) | |
| tree | 1bc6a7e69181867c76389dbaca292f8d29af351a /src/w32console.c | |
| parent | cf84bb53567cf64b3dade9e9abeaef289371f0cc (diff) | |
| download | emacs-ed3751c8245cbf523caf4975f654d459f070ea9a.tar.gz emacs-ed3751c8245cbf523caf4975f654d459f070ea9a.zip | |
Fix whitespace to follow coding guidelines.
Diffstat (limited to 'src/w32console.c')
| -rw-r--r-- | src/w32console.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32console.c b/src/w32console.c index c2fe6e7db5c..d3c677ae0be 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -493,7 +493,7 @@ w32con_set_terminal_window (struct frame *f, int size) | |||
| 493 | ***********************************************************************/ | 493 | ***********************************************************************/ |
| 494 | 494 | ||
| 495 | void | 495 | void |
| 496 | sys_tputs (char *str, int nlines, int (*outfun)(int)) | 496 | sys_tputs (char *str, int nlines, int (*outfun) (int)) |
| 497 | { | 497 | { |
| 498 | } | 498 | } |
| 499 | 499 | ||
| @@ -671,8 +671,8 @@ initialize_w32_display (struct terminal *term) | |||
| 671 | 671 | ||
| 672 | /* Respect setting of LINES and COLUMNS environment variables. */ | 672 | /* Respect setting of LINES and COLUMNS environment variables. */ |
| 673 | { | 673 | { |
| 674 | char * lines = getenv("LINES"); | 674 | char * lines = getenv ("LINES"); |
| 675 | char * columns = getenv("COLUMNS"); | 675 | char * columns = getenv ("COLUMNS"); |
| 676 | 676 | ||
| 677 | if (lines != NULL && columns != NULL) | 677 | if (lines != NULL && columns != NULL) |
| 678 | { | 678 | { |