]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - para.h
string: Introduce arr_alloc().
[paraslash.git] / para.h
diff --git a/para.h b/para.h
index b406818bd52a27bfc1794e0c95d8f9c0e9ef12a0..50ec7eaadce449bfe973b48449bf2ee74b011742 100644 (file)
--- a/para.h
+++ b/para.h
@@ -44,7 +44,6 @@
        typeof(x) _x = (x); \
        _x > 0? _x : -_x; })
 
-
 extern __printf_2_3 void (*para_log)(int, const char*, ...);
 /**
  * Define a standard log function that always writes to stderr.