From: José Fonseca Date: Thu, 1 May 2008 01:20:31 +0000 (+0900) Subject: gallium: Add newline to eof. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6fadd9fade40e3397f56fdbfa2325861799e49c;p=mesa.git gallium: Add newline to eof. --- diff --git a/src/gallium/auxiliary/util/p_debug.c b/src/gallium/auxiliary/util/p_debug.c index f1fb07bf5b9..4ec17466624 100644 --- a/src/gallium/auxiliary/util/p_debug.c +++ b/src/gallium/auxiliary/util/p_debug.c @@ -422,4 +422,4 @@ void debug_print_format(const char *msg, unsigned fmt ) debug_printf("%s: %s\n", msg, fmtstr); } -#endif \ No newline at end of file +#endif