Fix #endif comment at end of header files (#2049)
JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -110,4 +110,4 @@ void jerry_debugger_compute_sha1 (const uint8_t *input1, size_t input1_len,
|
||||
|
||||
#endif /* JERRY_DEBUGGER */
|
||||
|
||||
#endif /* DEBUGGER_WS_H */
|
||||
#endif /* !DEBUGGER_WS_H */
|
||||
|
||||
@@ -356,4 +356,4 @@ bool jerry_debugger_send_exception_string (ecma_value_t exception_value);
|
||||
|
||||
#endif /* JERRY_DEBUGGER */
|
||||
|
||||
#endif /* DEBUGGER_H */
|
||||
#endif /* !DEBUGGER_H */
|
||||
|
||||
+1
-1
@@ -73,4 +73,4 @@ const char * cli_consume_string (cli_state_t *state_p);
|
||||
int cli_consume_int (cli_state_t *state_p);
|
||||
void cli_help (const char *prog_name_p, const char *command_name_p, const cli_opt_t *options_p);
|
||||
|
||||
#endif /* CLI_H */
|
||||
#endif /* !CLI_H */
|
||||
|
||||
@@ -68,4 +68,4 @@ do \
|
||||
srand (seed); \
|
||||
} while (0)
|
||||
|
||||
#endif /* TEST_COMMON_H */
|
||||
#endif /* !TEST_COMMON_H */
|
||||
|
||||
@@ -33,4 +33,4 @@
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#endif /* TEST_COMMON_H */
|
||||
#endif /* !TEST_COMMON_H */
|
||||
|
||||
Reference in New Issue
Block a user