mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Project import generated by Copybara.
PiperOrigin-RevId: 294961751
This commit is contained in:
parent
3db177a2d0
commit
71c0c58c52
|
@ -11,7 +11,7 @@ See README.md for details.
|
|||
1 = shell.xml
|
||||
2 = shell.md
|
||||
The major number is also hard-coded at the bottom of this file. -->
|
||||
Revision 2.00
|
||||
Revision 2.01
|
||||
|
||||
Authored, revised and maintained by many Googlers.
|
||||
|
||||
|
@ -220,7 +220,7 @@ function get_dir() {
|
|||
# Returns:
|
||||
# 0 if thing was deleted, non-zero on error.
|
||||
#######################################
|
||||
function del_thing(arg) {
|
||||
function del_thing() {
|
||||
rm "$1"
|
||||
}
|
||||
```
|
||||
|
@ -1277,4 +1277,4 @@ of the
|
|||
[C++ Guide](https://google.github.io/styleguide/cppguide.html#Parting_Words).
|
||||
|
||||
|
||||
Revision 2.00
|
||||
Revision 2.01
|
||||
|
|
Loading…
Reference in New Issue
Block a user