diff options
Diffstat (limited to 'src/getpagesize.h')
-rw-r--r-- | src/getpagesize.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/getpagesize.h b/src/getpagesize.h index e46415344e8..fe83ae8af21 100644 --- a/src/getpagesize.h +++ b/src/getpagesize.h @@ -6,8 +6,8 @@ This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, either version 3 of the License, or (at +your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -46,4 +46,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ # endif /* no _SC_PAGESIZE */ #endif /* no HAVE_GETPAGESIZE */ - |