Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and restyled-io[bot] committed May 23, 2022
1 parent 88005e2 commit 2364099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/tv-app/android/java/ContentAppCommandDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ namespace chip {
namespace AppPlatform {

const char * ContentAppCommandDelegate::sendCommand(chip::EndpointId epID, std::string commandPayload)
{
{
// to support the hardcoded sample apps.
if (mSendCommandMethod == nullptr)
if (mSendCommandMethod == nullptr)
{
return "Failed";
}
Expand Down
2 changes: 1 addition & 1 deletion examples/tv-app/android/java/ContentAppCommandDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ContentAppCommandDelegate
ContentAppCommandDelegate(jobject manager)
{

if(manager == nullptr)
if(manager == nullptr)
{
// To support the existing hardcoded sample apps.
return;
Expand Down

0 comments on commit 2364099

Please sign in to comment.