Skip to content

Commit e6035cf

Browse files
committed
Test
1 parent db6d031 commit e6035cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ESIF/Products/ESIF_UF/Sources/esif_uf_shell.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern char *g_esif_etf_version;
2525

2626
char g_esif_kernel_version[64] = "NA";
2727

28-
/* ESIF */
28+
/* ESIF headers*/
2929
#include "esif_uf.h" /* Upper Framework */
3030
#include "esif_uf_shell.h" /* Shell / Command Line Interface */
3131
#include "esif_uf_test.h" /* Test Framework */
@@ -7410,4 +7410,4 @@ enum esif_rc esif_shell_execute(char *command)
74107410

74117411
esif_ccb_free(cmd2);
74127412
return esifStatus;
7413-
}
7413+
}

0 commit comments

Comments
 (0)