On Thursday, April 02, 2015 03:32:54 PM Jose Fonseca wrote: > --- > src/util/ralloc.h | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/util/ralloc.h b/src/util/ralloc.h > index f088a36..857b1f9 100644 > --- a/src/util/ralloc.h > +++ b/src/util/ralloc.h > @@ -46,16 +46,16 @@ > #ifndef RALLOC_H > #define RALLOC_H > > -#ifdef __cplusplus > -extern "C" { > -#endif > - > #include <stddef.h> > #include <stdarg.h> > #include <stdbool.h> > > #include "macros.h" > > +#ifdef __cplusplus > +extern "C" { > +#endif > + > /** > * \def ralloc(ctx, type) > * Allocate a new object chained off of the given context. >
This patch is: Reviewed-by: Kenneth Graunke <kenn...@whitecape.org>
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev