Skip to content

Commit 8246f0e

Browse files
restyled-commitslazarkov
authored andcommittedMay 30, 2024
Restyled by clang-format
1 parent 8751e24 commit 8246f0e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎examples/tv-app/tv-common/shell/AppTvShellCommands.cpp

+4-3
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,10 @@ static CHIP_ERROR PrintAllCommands()
208208
streamer_printf(sout,
209209
" app install <vid> <pid> Install app with given vendor ID and product ID. Usage: app install "
210210
"65521 32768\r\n");
211-
streamer_printf(sout,
212-
" app uninstall <vid> <pid> Uinstall app at given vendor ID and product ID. Usage: app uninstall "
213-
"65521 32768\r\n");
211+
streamer_printf(
212+
sout,
213+
" app uninstall <vid> <pid> Uinstall app at given vendor ID and product ID. Usage: app uninstall "
214+
"65521 32768\r\n");
214215
streamer_printf(
215216
sout,
216217
" app setinstallstatus <vid> <pid> Set app's installation status for a given vendor ID and product ID. "

0 commit comments

Comments
 (0)