Skip to content

Conversation

Copy link

Copilot AI commented Jan 23, 2026

Addresses feedback on PR #158 regarding mixed tabs and spaces at lines 1296, 1298, and 1302 in rfc_xconf_handler.cpp.

Changes

  • Indentation normalization: Replaced tabs with 4-space indentation to match surrounding code

    • Line 1296: Removed trailing tab after touch_file.close();
    • Lines 1298, 1302: Replaced leading tabs with spaces for RDK_LOG statements
  • Build artifact management: Added .gitignore to exclude autotools-generated files (Makefile.in, configure, aclocal.m4, etc.)

-    touch_file.close();	
+    touch_file.close();

-	RDK_LOG(RDK_LOG_INFO, LOG_RFCMGR, "[%s][%d] Clearing DB Value: %s\n", ...);
+    RDK_LOG(RDK_LOG_INFO, LOG_RFCMGR, "[%s][%d] Clearing DB Value: %s\n", ...);

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 3 commits January 23, 2026 05:19
Co-authored-by: Vismalskumar0 <188226757+Vismalskumar0@users.noreply.github.com>
Co-authored-by: Vismalskumar0 <188226757+Vismalskumar0@users.noreply.github.com>
Co-authored-by: Vismalskumar0 <188226757+Vismalskumar0@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on RDK Coverity defect resolution Fix tab/space indentation inconsistencies in rfc_xconf_handler.cpp Jan 23, 2026
Copilot AI requested a review from Vismalskumar0 January 23, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants