Skip to content

Commit 55f4288

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by clang-format
1 parent 946836e commit 55f4288

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@ static CHIP_ERROR PrintAllCommands()
209209
#if CHIP_DEVICE_CONFIG_ENABLE_BOTH_COMMISSIONER_AND_COMMISSIONEE
210210
streamer_printf(sout, " print-app-access Print all ACLs for app platform fabric. Usage: app print-app-access\r\n");
211211
streamer_printf(sout, " remove-app-access Remove all ACLs for app platform fabric. Usage: app remove-app-access\r\n");
212-
streamer_printf(sout, " print-installed-apps Print all installed content apps with their endpoints. Usage: app print-installed-apps\r\n");
212+
streamer_printf(
213+
sout,
214+
" print-installed-apps Print all installed content apps with their endpoints. Usage: app print-installed-apps\r\n");
213215

214216
streamer_printf(sout,
215217
" commission <udc-entry> Commission given udc-entry using given pincode from corresponding app. Usage: "

0 commit comments

Comments
 (0)