summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-13 14:07:16 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-14 10:10:44 +0100
commit0da95f8135d0f08ad793c7da011190ec2a06f118 (patch)
tree00e013ccff53c768dde478d2ebb5415a169e489b /crawl-ref/source/misc
parent29b1ef009aa16f58a0423da8a25fee6edac30393 (diff)
downloadcrawl-ref-0da95f8135d0f08ad793c7da011190ec2a06f118.tar.gz
crawl-ref-0da95f8135d0f08ad793c7da011190ec2a06f118.zip
Indent valgrind suppressions the way --gen-suppressions does.
It's unorthodox 3 spaces, but let's make pasting easier.
Diffstat (limited to 'crawl-ref/source/misc')
-rw-r--r--crawl-ref/source/misc/valgrind-suppress.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/crawl-ref/source/misc/valgrind-suppress.txt b/crawl-ref/source/misc/valgrind-suppress.txt
index 9c01312997..69b8b2aaa9 100644
--- a/crawl-ref/source/misc/valgrind-suppress.txt
+++ b/crawl-ref/source/misc/valgrind-suppress.txt
@@ -2,25 +2,25 @@
# exit() is called before end() returns. See above suppression for more
# notes
{
- end_error_leak
- Memcheck:Leak
- obj:*
- obj:*libstdc++*
- obj:*libstdc++*
- obj:*libstdc++*
- obj:*libstdc++*
- obj:*libstdc++*
- fun:*end*
+ end_error_leak
+ Memcheck:Leak
+ obj:*
+ obj:*libstdc++*
+ obj:*libstdc++*
+ obj:*libstdc++*
+ obj:*libstdc++*
+ obj:*libstdc++*
+ fun:*end*
}
# An SDL "conditional jump or move" error, with the unitialized value
# being supplied by Nvidia's OpenGL library.
{
- tiles_SDL_Nvida_GL_cond
- Memcheck:Cond
- fun:X11_SetKeyboardState
- fun:X11_DispatchEvent
- obj:*
+ tiles_SDL_Nvida_GL_cond
+ Memcheck:Cond
+ fun:X11_SetKeyboardState
+ fun:X11_DispatchEvent
+ obj:*
}
# ncurses keep some structures even after endwin() to 1. make flipping back