From 4499864024a5b658bf5772ed87e218bcdaedc262 Mon Sep 17 00:00:00 2001 From: ZipCPU Date: Thu, 7 Jun 2018 15:38:24 -0400 Subject: Applied clang-format to my own contributions --- ice40/chip.h | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'ice40/chip.h') diff --git a/ice40/chip.h b/ice40/chip.h index 05ef2754..3125b17f 100644 --- a/ice40/chip.h +++ b/ice40/chip.h @@ -173,12 +173,17 @@ struct BelIterator { int cursor; - BelIterator operator++() { cursor++; return *this; } - BelIterator operator++(int) { - BelIterator prior(*this); - cursor++; - return prior; - } + BelIterator operator++() + { + cursor++; + return *this; + } + BelIterator operator++(int) + { + BelIterator prior(*this); + cursor++; + return prior; + } bool operator!=(const BelIterator &other) const { -- cgit v1.2.3