Remove a stray tab that snuck into a test. No functionality change

llvm-svn: 202739
This commit is contained in:
Marshall Clow 2014-03-03 19:16:40 +00:00
parent 6fea17e874
commit c451b43607

View File

@ -35,7 +35,7 @@ int main()
random_access_iterator<const char*>b(s);
random_access_iterator<const char*>e(s+10);
while ( b != e )
test ( b++ );
test ( b++ );
}
#else
int main () {}