[llvm] r270787 - [Kaleidoscope][BuildingAJIT] Delete trailing whitespace.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 15:48:44 PDT 2016


Author: lhames
Date: Wed May 25 17:48:43 2016
New Revision: 270787

URL: http://llvm.org/viewvc/llvm-project?rev=270787&view=rev
Log:
[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.

Modified:
    llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h

Modified: llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h?rev=270787&r1=270786&r2=270787&view=diff
==============================================================================
--- llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h (original)
+++ llvm/trunk/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h Wed May 25 17:48:43 2016
@@ -28,7 +28,7 @@
 #include "llvm/Support/DynamicLibrary.h"
 #include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetMachine.h"
-#include <algorithm> 
+#include <algorithm>
 #include <memory>
 #include <string>
 #include <vector>




More information about the llvm-commits mailing list