Use 2 space indent instead of 3

This commit is contained in:
Kevin Sawicki 2016-01-15 10:05:35 -08:00
parent 63278aeec2
commit b119704ea9

View file

@ -130,7 +130,7 @@ Archive::Archive(const base::FilePath& path)
Archive::~Archive() {
#if defined(OS_WIN)
_close(fd_)
_close(fd_)
#endif
}