3
0
Fork 0
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:
Clifford Wolf 2014-10-15 01:05:08 +02:00
parent e5b8390f44
commit cf85aab62f
3 changed files with 4 additions and 4 deletions

View file

@ -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;
}