diff options
| author | Lang Hames <lhames@gmail.com> | 2016-05-25 22:48:43 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2016-05-25 22:48:43 +0000 |
| commit | 1469f7f4a797824932469d1909a29490ec6ea317 (patch) | |
| tree | 2d0700a33dbf5dcde10a8429f4c69ec6788e4283 /llvm | |
| parent | e25837528b677fb8f9181c2bf8c8d06c2f43da24 (diff) | |
| download | bcm5719-llvm-1469f7f4a797824932469d1909a29490ec6ea317.tar.gz bcm5719-llvm-1469f7f4a797824932469d1909a29490ec6ea317.zip | |
[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
llvm-svn: 270787
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h index b16814d7cd4..9b68d9451ed 100644 --- a/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h +++ b/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/KaleidoscopeJIT.h @@ -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> |

