1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Eliminate tabs and trailing spaces

llvm-svn: 21479
This commit is contained in:
Jeff Cohen 2005-04-23 21:26:11 +00:00
parent 0bc1588c47
commit 8e5170aec2
25 changed files with 1088 additions and 1089 deletions

View File

@ -5,5 +5,4 @@
void main() {
long long Var = 123455678902ll;
printf("%lld\n", Var);
}