Skip to content

Commit 569bfb9

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by whitespace
1 parent 93fcb8a commit 569bfb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/tv-app/android/include/content-launcher/AppContentLauncherManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ uint16_t AppContentLauncherManager::GetClusterRevision(chip::EndpointId endpoint
176176
uint16_t clusterRevision = 0;
177177
Attributes::ClusterRevision::Get(endpoint, &clusterRevision);
178178
return clusterRevision;
179-
}
179+
}

examples/tv-app/android/java/ContentLauncherManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ uint16_t ContentLauncherManager::GetClusterRevision(chip::EndpointId endpoint)
297297
uint16_t clusterRevision = 0;
298298
Attributes::ClusterRevision::Get(endpoint, &clusterRevision);
299299
return clusterRevision;
300-
}
300+
}

0 commit comments

Comments
 (0)