mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
Whitespace: Automated whitespace fixes (large commit)
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
This commit is contained in:
@@ -73,7 +73,7 @@ extern "C" void app_main()
|
||||
for (auto &obj: objects) {
|
||||
cout << "obj->name() is: " << obj->name() << endl << '\t';
|
||||
cout << "typeid(*obj).name() is: " << demangle(typeid(*obj).name()) << endl << '\t';
|
||||
|
||||
|
||||
const DerivedA* cast_to_derived_a = dynamic_cast<DerivedA*>(obj.get());
|
||||
const DerivedB* cast_to_derived_b = dynamic_cast<DerivedB*>(obj.get());
|
||||
|
||||
|
Reference in New Issue
Block a user