diff options
Diffstat (limited to 'dev/tsunami_cchip.hh')
-rw-r--r-- | dev/tsunami_cchip.hh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/tsunami_cchip.hh b/dev/tsunami_cchip.hh index 381fb58f1..79fadf06a 100644 --- a/dev/tsunami_cchip.hh +++ b/dev/tsunami_cchip.hh @@ -49,11 +49,11 @@ class TsunamiCChip : public FunctionalMemory static const Addr size = 0xfff; protected: - /** - * pointer to the tsunami object. - * This is our access to all the other tsunami - * devices. - */ + /** + * pointer to the tsunami object. + * This is our access to all the other tsunami + * devices. + */ Tsunami *tsunami; /** |