diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-07-04 18:30:49 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-07-04 18:30:49 -0600 |
commit | a168224464c8d4f4b5dc1d06f6e6572e5aac9f4c (patch) | |
tree | 4bd852d10a7a5c20681572bd8eec1c59625fc1d2 /src/libutil/error.cc | |
parent | 14227aeb327798a1446ddde59fc561c3d2e6b7a8 (diff) |
spacing
Diffstat (limited to 'src/libutil/error.cc')
-rw-r--r-- | src/libutil/error.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libutil/error.cc b/src/libutil/error.cc index a4ee7afc2..4bc19fa5f 100644 --- a/src/libutil/error.cc +++ b/src/libutil/error.cc @@ -110,7 +110,6 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos) int pl = errPos.line - 1; LinesOfCode loc; - do { std::getline(iss, line); |