mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 10:48:14 +00:00
Remove a stray tab that snuck into a test. No functionality change
llvm-svn: 202739
This commit is contained in:
parent
6fea17e874
commit
c451b43607
@ -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 () {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user