Skip to content

Commit f6951e7

Browse files
authored
Update examples/llava/mtmd-cli.cpp
1 parent cadaa28 commit f6951e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/mtmd-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <signal.h>
2525
#endif
2626

27-
//volatile, because of signal being an interrupt
27+
// volatile, because of signal being an interrupt
2828
static volatile bool g_is_generating = false;
2929
static volatile bool g_is_interrupted = false;
3030

0 commit comments

Comments
 (0)