Skip to content

Commit 06510b8

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by clang-format
1 parent 0fa893d commit 06510b8

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class AppContentLauncherManager : public ContentLauncherDelegate
6262
EndpointId mEndpointId;
6363

6464
// TODO: set this based upon meta data from app
65-
static constexpr uint32_t kEndpointFeatureMap = 3;
66-
static constexpr uint16_t kClusterRevision = 2;
65+
static constexpr uint32_t kEndpointFeatureMap = 3;
66+
static constexpr uint16_t kClusterRevision = 2;
6767
ContentAppAttributeDelegate * mAttributeDelegate;
6868
};

examples/tv-app/android/include/media-playback/AppMediaPlaybackManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ class AppMediaPlaybackManager : public MediaPlaybackDelegate
114114
EndpointId mEndpointId;
115115

116116
// TODO: set this based upon meta data from app
117-
static constexpr uint32_t kEndpointFeatureMap = 3;
118-
static constexpr uint16_t kClusterRevision = 2;
117+
static constexpr uint32_t kEndpointFeatureMap = 3;
118+
static constexpr uint16_t kClusterRevision = 2;
119119

120120
ContentAppAttributeDelegate * mAttributeDelegate;
121121
};

examples/tv-app/android/java/ChannelManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ class ChannelManager : public ChannelDelegate
8181
jmethodID mCancelRecordProgramMethod = nullptr;
8282

8383
// TODO: set this based upon meta data from app
84-
static constexpr uint32_t kEndpointFeatureMap = 3;
85-
static constexpr uint16_t kClusterRevision = 2;
84+
static constexpr uint32_t kEndpointFeatureMap = 3;
85+
static constexpr uint16_t kClusterRevision = 2;
8686
};

examples/tv-app/android/java/MediaPlaybackManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ class MediaPlaybackManager : public MediaPlaybackDelegate
122122

123123
// TODO: set this based upon meta data from app
124124
static constexpr uint32_t kEndpointFeatureMap = 3;
125-
static constexpr uint16_t kClusterRevision = 2;
125+
static constexpr uint16_t kClusterRevision = 2;
126126
};

examples/tv-app/tv-common/clusters/channel/ChannelManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ class ChannelManager : public ChannelDelegate
7373

7474
private:
7575
// TODO: set this based upon meta data from app
76-
static constexpr uint32_t kEndpointFeatureMap = 3;
77-
static constexpr uint16_t kClusterRevision = 2;
76+
static constexpr uint32_t kEndpointFeatureMap = 3;
77+
static constexpr uint16_t kClusterRevision = 2;
7878
};

examples/tv-app/tv-common/clusters/content-launcher/ContentLauncherManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ class ContentLauncherManager : public ContentLauncherDelegate
6363

6464
private:
6565
// TODO: set this based upon meta data from app
66-
static constexpr uint32_t kEndpointFeatureMap = 3;
67-
static constexpr uint16_t kClusterRevision = 2;
66+
static constexpr uint32_t kEndpointFeatureMap = 3;
67+
static constexpr uint16_t kClusterRevision = 2;
6868
};

examples/tv-app/tv-common/clusters/media-playback/MediaPlaybackManager.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,6 @@ class MediaPlaybackManager : public MediaPlaybackDelegate
113113

114114
private:
115115
// TODO: set this based upon meta data from app
116-
static constexpr uint32_t kEndpointFeatureMap = 3;
117-
static constexpr uint16_t kClusterRevision = 2;
116+
static constexpr uint32_t kEndpointFeatureMap = 3;
117+
static constexpr uint16_t kClusterRevision = 2;
118118
};

0 commit comments

Comments
 (0)