summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/cache.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/cache.h b/inc/cache.h
index d9d8ba7..4e4b48d 100644
--- a/inc/cache.h
+++ b/inc/cache.h
@@ -21,7 +21,10 @@ class Cache : public Storage
~Cache();
Response write(Accessor accessor, signed int data, int address) override;
- Response read(Accessor accessor, int address, std::array<signed int, LINE_SIZE>& data) override;
+ Response read(
+ Accessor accessor,
+ int address,
+ std::array<signed int, LINE_SIZE> &data) override;
private:
/**