Skip to content

Commit 242caf7

Browse files
author
Levente Orban
committed
Fix the tabulator spaces 3
1 parent 2b2cb94 commit 242caf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jerry-core/debugger/jerry-debugger.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
*/
2222
typdef struct
2323
{
24-
uint8_t type; /**< type of the message */
25-
uint8_t size; /**< size of the message */
24+
uint8_t type; /**< type of the message */
25+
uint8_t size; /**< size of the message */
2626
} jerry_debug_message_header_t;
2727

2828
/**

0 commit comments

Comments
 (0)