OSDN Git Service

Test Commit Access - Removed Whitespace
authorLuke Geeson <luke.geeson@arm.com>
Tue, 29 May 2018 10:12:27 +0000 (10:12 +0000)
committerLuke Geeson <luke.geeson@arm.com>
Tue, 29 May 2018 10:12:27 +0000 (10:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333406 91177308-0d34-0410-b5e6-96231b3b80d8

examples/Kaleidoscope/MCJIT/lazy/toy-jit.cpp

index 3caeab4..a271c20 100644 (file)
@@ -33,14 +33,14 @@ enum Token {
 
   // primary
   tok_identifier = -4, tok_number = -5,
-  
+
   // control
   tok_if = -6, tok_then = -7, tok_else = -8,
   tok_for = -9, tok_in = -10,
-  
+
   // operators
   tok_binary = -11, tok_unary = -12,
-  
+
   // var definition
   tok_var = -13
 };