Code formatting. No functional changes.
This commit is contained in:
parent
b0a5d11a3f
commit
4c6fb12377
7 changed files with 11 additions and 12 deletions
|
@ -129,7 +129,7 @@ struct as_frompath {
|
|||
* Some cheezy allocation macros.
|
||||
*/
|
||||
#define AS_NEW_ARRAY(p, type, n, err) \
|
||||
(p) = (type *)calloc((n), sizeof (*(p))); \
|
||||
(p) = (type *)calloc((n), sizeof(*(p))); \
|
||||
if ((p) == NULL) \
|
||||
return err; \
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue