Skip to content

Commit de67bac

Browse files
committed
format
1 parent b36db9a commit de67bac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/tools/lldb-dap/Protocol/DAPTypes.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ llvm::json::Value toJSON(const SourceLLDBData &SLD) {
3333
return result;
3434
}
3535

36-
bool fromJSON(const llvm::json::Value &Params, Symbol &DS,
37-
llvm::json::Path P) {
36+
bool fromJSON(const llvm::json::Value &Params, Symbol &DS, llvm::json::Path P) {
3837
json::ObjectMapper O(Params, P);
3938
return O && O.map("userId", DS.userId) && O.map("isDebug", DS.isDebug) &&
4039
O.map("isSynthetic", DS.isSynthetic) &&

0 commit comments

Comments
 (0)