Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 294cbf7

Browse files
committed
Resolve formatting issues
1 parent 6a2791e commit 294cbf7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

omniscidb/QueryEngine/CgenState.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,7 @@ struct CgenState {
299299
const std::vector<llvm::Value*>& args);
300300
llvm::Value* emitCall(const std::string& fname, const std::vector<llvm::Value*>& args);
301301

302-
size_t getLiteralBufferUsage(const int device_id) {
303-
return literal_bytes_[device_id];
304-
}
302+
size_t getLiteralBufferUsage(const int device_id) { return literal_bytes_[device_id]; }
305303

306304
llvm::Value* castToTypeIn(llvm::Value* val, const size_t bit_width);
307305

@@ -328,9 +326,7 @@ struct CgenState {
328326
llvm::ConstantFP::get(llvm::Type::getDoubleTy(context_), v));
329327
}
330328

331-
llvm::ConstantInt* llBool(const bool v) const {
332-
return ::ll_bool(v, context_);
333-
}
329+
llvm::ConstantInt* llBool(const bool v) const { return ::ll_bool(v, context_); }
334330

335331
void emitErrorCheck(llvm::Value* condition, llvm::Value* errorCode, std::string label);
336332

0 commit comments

Comments
 (0)