mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Format C++ with clang-format 14.0.0
This commit is contained in:
parent
746a369c6b
commit
eae0477484
@ -177,9 +177,7 @@ rust::Vec<rust::String> c_return_rust_vec_string() {
|
||||
return {"2", "0", "2", "0"};
|
||||
}
|
||||
|
||||
rust::Vec<bool> c_return_rust_vec_bool() {
|
||||
return {true, true, false};
|
||||
}
|
||||
rust::Vec<bool> c_return_rust_vec_bool() { return {true, true, false}; }
|
||||
|
||||
size_t c_return_identity(size_t n) { return n; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user