Replace vera++ with clang-format (#4518)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
@@ -25,8 +25,7 @@
|
||||
* @param width width of the bit-field to be extracted
|
||||
* @return bit-field's value
|
||||
*/
|
||||
#define JRT_EXTRACT_BIT_FIELD(type, container, lsb, width) \
|
||||
(((container) >> lsb) & ((((type) 1) << (width)) - 1))
|
||||
#define JRT_EXTRACT_BIT_FIELD(type, container, lsb, width) (((container) >> lsb) & ((((type) 1) << (width)) - 1))
|
||||
|
||||
/**
|
||||
* Set a bit-field.
|
||||
|
||||
Reference in New Issue
Block a user