aboutsummaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-10-15 01:05:08 +0200
committerClifford Wolf <clifford@clifford.at>2014-10-15 01:05:08 +0200
commitcf85aab62f961c905e4691fde59af774053d3d58 (patch)
tree36727ee155d0244187ccca78a0b59f5b0d059b39 /libs
parente5b8390f44be7d300fdf32193fa58b76ba448072 (diff)
downloadyosys-cf85aab62f961c905e4691fde59af774053d3d58.tar.gz
yosys-cf85aab62f961c905e4691fde59af774053d3d58.tar.bz2
yosys-cf85aab62f961c905e4691fde59af774053d3d58.zip
A few indent fixes
Diffstat (limited to 'libs')
-rw-r--r--libs/sha1/sha1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/sha1/sha1.cpp b/libs/sha1/sha1.cpp
index 825274b9b..883d42837 100644
--- a/libs/sha1/sha1.cpp
+++ b/libs/sha1/sha1.cpp
@@ -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;
}