RDKEMW-12934: Test PR to validate workflow#8
Conversation
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
| return Core::ERROR_NONE; | ||
| } | ||
|
|
||
|
|
There was a problem hiding this comment.
This adds an extra blank line between method definitions, resulting in two consecutive blank lines. Consider keeping spacing consistent (single blank line) to reduce whitespace-only diffs.
| static bool isAudioBalanceSet = false; | ||
| static int planeType = 0; | ||
|
|
||
|
|
There was a problem hiding this comment.
This introduces an extra blank line, creating a double-empty-line gap between the static declarations and using namespace std;. Consider removing the additional blank line to avoid whitespace-only churn/noisy diffs.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| * limitations under the License. | ||
| **/ | ||
|
|
||
|
|
There was a problem hiding this comment.
This extra blank line creates a double empty line before the includes, adding diff noise without improving readability. Consider keeping a single blank line between the header comment and the first #include.
| static bool isAudioBalanceSet = false; | ||
| static int planeType = 0; | ||
|
|
||
|
|
There was a problem hiding this comment.
This added blank line results in two consecutive empty lines between the static declarations and using namespace std;. Consider removing the extra whitespace to keep formatting consistent and avoid unnecessary diffs.
No description provided.