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:
Akos Kiss
2017-10-21 14:47:37 +02:00
committed by GitHub
parent 2f6c105522
commit 742654a3f1
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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
View File
@@ -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 */
+1 -1
View File
@@ -68,4 +68,4 @@ do \
srand (seed); \
} while (0)
#endif /* TEST_COMMON_H */
#endif /* !TEST_COMMON_H */
+1 -1
View File
@@ -33,4 +33,4 @@
} \
} while (0)
#endif /* TEST_COMMON_H */
#endif /* !TEST_COMMON_H */