1
0
mirror of https://github.com/sendyne/cppreg.git synced 2025-05-09 15:14:05 +00:00

ADD MISSING NEWLINE

This commit is contained in:
Nicolas Clauvelin 2018-03-16 07:53:14 -04:00
parent 53b74b2b5c
commit 6085f47115

View File

@ -39,6 +39,7 @@ namespace cppreg {
b64 //!< 64-bit register. b64 //!< 64-bit register.
}; };
//! Type alias field width. //! Type alias field width.
using FieldWidth_t = std::uint8_t; using FieldWidth_t = std::uint8_t;