]> sourceware.org Git - systemtap.git/commitdiff
(deref_string): prettify
authorroland <roland>
Thu, 25 Aug 2005 01:43:59 +0000 (01:43 +0000)
committerroland <roland>
Thu, 25 Aug 2005 01:43:59 +0000 (01:43 +0000)
runtime/loc2c-runtime.h

index 2cc73536488633d35e62f50f51fc5a12820b597a..3b0289f359de70ebfddd4e6eaa42fdf41afce8a9 100644 (file)
 
 #endif
 
-#define deref_string(dst, addr, maxbytes) \
-  ({ \
-    if (__strncpy_from_user ((dst), (const char __user *) (addr), (maxbytes))) \
-      goto deref_fault; \
-    (dst); \
+#define deref_string(dst, addr, maxbytes)                                    \
+  ({                                                                         \
+    if (__strncpy_from_user ((dst), (const char __user *) (addr), (maxbytes)))\
+      goto deref_fault;                                                              \
+    (dst);                                                                   \
   })
This page took 0.02992 seconds and 5 git commands to generate.