diff options
Diffstat (limited to 'tb/avalon.impl.hpp')
| -rw-r--r-- | tb/avalon.impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/avalon.impl.hpp b/tb/avalon.impl.hpp index 5dd9822..d6dac11 100644 --- a/tb/avalon.impl.hpp +++ b/tb/avalon.impl.hpp @@ -62,7 +62,7 @@ namespace taller::avalon try { tick_rising(); return true; - } catch(const avl_bus_error&) { + } catch (const avl_bus_error&) { return false; } } |
