diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-05-01 10:20:31 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-05-01 22:32:49 +0900 |
commit | c6fadd9fade40e3397f56fdbfa2325861799e49c (patch) | |
tree | 371e41373762e3c76e8145aaca59bab5539e6f9c /src | |
parent | be7e1297f4d5a2c2949968bea428b4c0e7c75d63 (diff) |
gallium: Add newline to eof.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/util/p_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/p_debug.c b/src/gallium/auxiliary/util/p_debug.c index f1fb07bf5b..4ec1746662 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 |