summaryrefslogtreecommitdiff
path: root/runtime/libs/misc/include/misc/feature/Index.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libs/misc/include/misc/feature/Index.h')
-rw-r--r--runtime/libs/misc/include/misc/feature/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libs/misc/include/misc/feature/Index.h b/runtime/libs/misc/include/misc/feature/Index.h
index a361d8dd2..09d65a59a 100644
--- a/runtime/libs/misc/include/misc/feature/Index.h
+++ b/runtime/libs/misc/include/misc/feature/Index.h
@@ -62,7 +62,7 @@ public:
* @param[in] col The width index
*/
Index(int32_t batch, int32_t ch, int32_t row, int32_t col)
- : _batch{batch}, _ch{ch}, _row{row}, _col{col}
+ : _batch{batch}, _ch{ch}, _row{row}, _col{col}
{
// DO NOTHING
}