Skip to content

Commit 27df8c7

Browse files
committed
Indentation set for the comments
1 parent 65a72c2 commit 27df8c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/include/drivers/RawCAN.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ class RawCAN: public CAN {
7474
* @endcode
7575
*/
7676

77-
/* Note: The can apis are unlocked hence using this when multiple
78-
* threads are accessing a single instance of CAN will lead to
79-
* race conditions, can be used in single threaded CAN.
80-
*/
77+
/* Note: The can apis are unlocked hence using this when multiple
78+
* threads are accessing a single instance of CAN will lead to
79+
* race conditions, can be used in single threaded CAN.
80+
*/
8181
using CAN::CAN;
8282

8383

0 commit comments

Comments
 (0)