]> code.delx.au - gnu-emacs/blobdiff - src/getpagesize.h
* lisp/window.el (display-buffer--action-function-custom-type):
[gnu-emacs] / src / getpagesize.h
index 965d0bc02441b95a2a82d0c5af6dbb4ad3bdfecf..c0c4e504f0a7b5917af900a9f291d04725735ce3 100644 (file)
@@ -21,7 +21,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 # include <unistd.h>
 
 # ifdef _SC_PAGESIZE
-#  define getpagesize() sysconf(_SC_PAGESIZE)
+#  define getpagesize() sysconf (_SC_PAGESIZE)
 # else /* no _SC_PAGESIZE */
 #  ifdef HAVE_SYS_PARAM_H
 #   include <sys/param.h>