diff options
| author | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
| commit | 5e617bc2b62189768814fafd1a875e89a094d3ef (patch) | |
| tree | d96d22e012035d044557abf4de0b8e30b03d61b7 /nt | |
| parent | 9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff) | |
| download | emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip | |
Whitespace changes.
Diffstat (limited to 'nt')
| -rw-r--r-- | nt/config.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/config.nt b/nt/config.nt index ae3807538c0..1b56289bbc0 100644 --- a/nt/config.nt +++ b/nt/config.nt | |||
| @@ -470,7 +470,7 @@ extern char *getenv (); | |||
| 470 | #define BITS_PER_LONG 32 | 470 | #define BITS_PER_LONG 32 |
| 471 | #endif | 471 | #endif |
| 472 | 472 | ||
| 473 | #if defined(__MINGW32__) || _MSC_VER >= 1400 | 473 | #if defined (__MINGW32__) || _MSC_VER >= 1400 |
| 474 | 474 | ||
| 475 | /* Define to 1 if the system has the type `long long int'. */ | 475 | /* Define to 1 if the system has the type `long long int'. */ |
| 476 | # define HAVE_LONG_LONG_INT 1 | 476 | # define HAVE_LONG_LONG_INT 1 |