diff options
| author | Glenn Morris | 2010-06-29 21:29:49 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-29 21:29:49 -0700 |
| commit | f4981b7e31e98ed2f2d46733961c5ca211cc41c4 (patch) | |
| tree | a517883d3353e2a425e17e7a821bfc56d6b7159d /src | |
| parent | a46007e939dcdb94301d4ea6eb94539cfa580e1d (diff) | |
| download | emacs-f4981b7e31e98ed2f2d46733961c5ca211cc41c4.tar.gz emacs-f4981b7e31e98ed2f2d46733961c5ca211cc41c4.zip | |
Fix some whitespace in previous.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in index e796e30b79d..962edf62571 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1073,9 +1073,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1073 | parallel this exactly since GNUstep is multi-OS. */ | 1073 | parallel this exactly since GNUstep is multi-OS. */ |
| 1074 | #ifdef HAVE_NS | 1074 | #ifdef HAVE_NS |
| 1075 | # ifdef NS_IMPL_GNUSTEP | 1075 | # ifdef NS_IMPL_GNUSTEP |
| 1076 | /* GNUstep needs a bit more pure memory. Of the existing knobs, | 1076 | /* GNUstep needs a bit more pure memory. Of the existing knobs, |
| 1077 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ | 1077 | SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ |
| 1078 | # define SYSTEM_PURESIZE_EXTRA 30000 | 1078 | # define SYSTEM_PURESIZE_EXTRA 30000 |
| 1079 | # endif /* NS_IMPL_GNUSTEP */ | 1079 | # endif /* NS_IMPL_GNUSTEP */ |
| 1080 | #endif /* HAVE_NS */ | 1080 | #endif /* HAVE_NS */ |
| 1081 | 1081 | ||