summaryrefslogtreecommitdiff
path: root/lib/circular_buffer.cpp
diff options
context:
space:
mode:
authorJosh Blum2013-06-20 00:12:18 -0700
committerJosh Blum2013-06-20 00:12:18 -0700
commit630a272e6725a547327366e543106e63c23fd816 (patch)
tree8640a36a1381f5e81b04b716073679833eb68f4f /lib/circular_buffer.cpp
parent0a30efc54bd115f717f55cf4be0ea5cf20def198 (diff)
downloadsandhi-630a272e6725a547327366e543106e63c23fd816.tar.gz
sandhi-630a272e6725a547327366e543106e63c23fd816.tar.bz2
sandhi-630a272e6725a547327366e543106e63c23fd816.zip
gras: moved all done logic end of task main
Diffstat (limited to 'lib/circular_buffer.cpp')
-rw-r--r--lib/circular_buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/circular_buffer.cpp b/lib/circular_buffer.cpp
index 0dda400..a193ad1 100644
--- a/lib/circular_buffer.cpp
+++ b/lib/circular_buffer.cpp
@@ -194,7 +194,7 @@ SBuffer make_circular_buffer(const size_t num_bytes)
std::cerr << boost::format(
"GRAS: make_circular_buffer threw ipc exception on attempt %u\n%s"
) % trial_count % ex.what() << std::endl;
- if (trial_count== 3) throw ex;
+ if (trial_count == 3) throw ex;
}
catch(...)
{