Use 2 space indent instead of 3
This commit is contained in:
parent
63278aeec2
commit
b119704ea9
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ Archive::Archive(const base::FilePath& path)
|
||||||
|
|
||||||
Archive::~Archive() {
|
Archive::~Archive() {
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
_close(fd_)
|
_close(fd_)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue