commit | 41b4a6b36ac77b94e4ee1908d580368e9f09fbfd | [log] [tgz] |
---|---|---|
author | Duncan Sands <baldrick@free.fr> | Mon Jul 12 08:16:59 2010 +0000 |
committer | Duncan Sands <baldrick@free.fr> | Mon Jul 12 08:16:59 2010 +0000 |
tree | 0ba672574cfb92f9f66c9a942703f1d5d53220f8 | |
parent | 57041d81df53c894f92b9a9fa42524061249ac8b [diff] [blame] |
Convert some tab stops into spaces. llvm-svn: 108130
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index 5e9cff0..bd1c5da 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h
@@ -183,8 +183,8 @@ --i; // Don't skip an element of the list Changed = true; } - if (!Error.empty()) - return true; + if (!Error.empty()) + return true; } // This can take a long time if left uncontrolled. For now, don't // iterate.