Index: src/compiler/machine-type.h |
diff --git a/src/compiler/machine-type.h b/src/compiler/machine-type.h |
index 0b56b7ab47da18b3d6edfbc051476cfac4883bc1..02719f270f01d7aeba5bf2f2c65818f4ff924b06 100644 |
--- a/src/compiler/machine-type.h |
+++ b/src/compiler/machine-type.h |
@@ -113,6 +113,7 @@ inline int ElementSizeOf(MachineType machine_type) { |
} |
typedef Signature<MachineType> MachineSignature; |
+ |
} // namespace compiler |
} // namespace internal |
} // namespace v8 |