]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mach/pagecopy.h
Break lines before not after operators, batch 4.
[thirdparty/glibc.git] / sysdeps / mach / pagecopy.h
index 6fe5fa3a447ad274ab08de0692893e446fbd3477..fff62d3a79329f8c749873aedc0c9244e59e8300 100644 (file)
@@ -24,9 +24,9 @@
 
 #define PAGE_SIZE              __vm_page_size
 #define PAGE_COPY_FWD(dstp, srcp, nbytes_left, nbytes)                       \
-  ((nbytes_left) = ((nbytes) -                                               \
-                   (__vm_copy (__mach_task_self (),                          \
-                               (vm_address_t) srcp, trunc_page (nbytes),     \
-                               (vm_address_t) dstp) == KERN_SUCCESS          \
-                    ? trunc_page (nbytes)                                    \
-                    : 0)))
+  ((nbytes_left) = ((nbytes)                                                 \
+                   - (__vm_copy (__mach_task_self (),                        \
+                                 (vm_address_t) srcp, trunc_page (nbytes),   \
+                                 (vm_address_t) dstp) == KERN_SUCCESS        \
+                      ? trunc_page (nbytes)                                  \
+                      : 0)))