mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 23:23:05 +08:00
clang-format and clang-tidy fixes for 38547be2
This commit is contained in:
@@ -137,8 +137,9 @@ int list::last() {
|
||||
t = t->next;
|
||||
}
|
||||
return t->val;
|
||||
} else
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
} // namespace linked_list
|
||||
} // namespace data_structures
|
||||
|
||||
Reference in New Issue
Block a user