mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 16:45:32 +00:00
A few indent fixes
This commit is contained in:
parent
e5b8390f44
commit
cf85aab62f
3 changed files with 4 additions and 4 deletions
|
@ -261,7 +261,7 @@ void SHA1::read(std::istream &is, std::string &s, int max)
|
|||
is.read(sbuf, max);
|
||||
s.assign(sbuf, is.gcount());
|
||||
|
||||
delete[] sbuf;
|
||||
delete[] sbuf;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue