Skip to content

Commit

Permalink
Fix whitespace error on new TD patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cawilliamson committed Feb 22, 2024
1 parent a6093a4 commit 7105204
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,4 +202,3 @@ index 2e352a96b4..1fb4e9c1dd 100644
}
--
2.25.1

Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ index 1fb4e9c1dd..6555cfc4f7 100644
+public void getCsgListResponse() {}
+public void selectCsgManualResponse(RadioResponseInfo info) {}
+public void setMobileDataSettingResponse(RadioResponseInfo info) {}
+public void sendRequestRawResponse(RadioResponseInfo info, ArrayList<Byte> data) {}
+public void sendRequestRawResponse(RadioResponseInfo info, ArrayList<Byte> data) {}
+public void sendRequestStringsResponse(RadioResponseInfo info, ArrayList<String> data) {}
+public void setNrModeResponse(RadioResponseInfo info) {}
+public void getNrModeResponse(RadioResponseInfo info, int nrMode) {}
Expand Down

0 comments on commit 7105204

Please sign in to comment.