]> git.notmuchmail.org Git - notmuch/blobdiff - test/search-position-overlap-bug
test: whitespace-cleanup for most test/* files
[notmuch] / test / search-position-overlap-bug
index 414b8d524fd672d3bc861f98f2dc5b772e07cf1f..5da6ad6f2ef7ee018e7b605d7442137e68a8f172 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 # Test to demonstrate a position overlap bug.
-#    
+#
 # At one point, notmuch would index terms incorrectly in the case of
 # calling index_terms multiple times for a single field. The term
 # generator was being reset to position 0 each time. This means that
@@ -12,7 +12,7 @@
 # one could get a bogus match by searching for:
 #
 #      To: a@y.c
-#    
+#
 # Thanks to Mark Anderson for reporting the bug, (and providing a nice,
 # minimal test case that inspired what is used here), in
 # id:3wd4o8wa7fx.fsf@testarossa.amd.com