unify style for returning pointers
authorBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 00:34:06 +0000 (17:34 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 24 Apr 2012 00:34:06 +0000 (17:34 -0700)
commitd279e84ed265af079ea035d5dff49183def2c144
tree5626794312dee03401e2065425972cf99019c293
parent6c25cb78e05b059e0b57a6cf9cfd5637c58d936b
unify style for returning pointers

When returning a pointer from a function, always put a space between the type,
the '*', and the function name. E.g.:

  type * func(args);
common.h
malloc.c
model.cc
model.h
schedule.cc
threads.cc
threads.h
tree.cc
tree.h