Skip to content

Fix tab indentation in btrMgr.c lines 9094-9100#63

Draft
Copilot wants to merge 4 commits intoRDKEMW-13205-1from
copilot/sub-pr-60
Draft

Fix tab indentation in btrMgr.c lines 9094-9100#63
Copilot wants to merge 4 commits intoRDKEMW-13205-1from
copilot/sub-pr-60

Conversation

Copy link

Copilot AI commented Feb 11, 2026

Addresses code review feedback from PR #60 regarding inconsistent indentation in src/ifce/btrMgr.c.

Changes

  • Indentation fix: Replaced tabs with 4 spaces in lines 9094-9100 to match surrounding code style
  • Build hygiene: Added .gitignore to exclude autotools-generated artifacts (Makefile.in, configure, aclocal.m4, etc.)

The affected code block:

if (ghBTRMgrDevHdlCurStreaming != aBTRCoreDevId) {
    if (BTRCore_DisconnectDevice (ghBTRCoreHdl, aBTRCoreDevId, lenBTRCoreDeviceType) != enBTRCoreSuccess) {
        BTRMGRLOG_ERROR ("Post Device disconnect Cb timeout Failed!\n");
    }
} else {
    BTRMGRLOG_INFO("Not disconnecting device, as device has started streaming\n");
}

Whitespace-only change with no functional impact.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 3 commits February 11, 2026 13:25
Co-authored-by: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com>
Co-authored-by: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com>
Co-authored-by: natrajmuthusamy <52849136+natrajmuthusamy@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on Airpods auto-connect issue Fix tab indentation in btrMgr.c lines 9094-9100 Feb 11, 2026
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