firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14316: Replaced tabs with 4 spaces per code review.

    • -32
    • +32
    ./App/Modes/ModeChemicalDisinfectFlush.c
Align "="s.

Align "="s.

Alignment - why is "=" pushed out so far?

Alignment - why is "=" pushed out so far?

Align "="s.

Align "="s.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I searched this file for tabs and replaced them with 4 spaces. Please check your editor tab settings. RESOLVED in CODE WALKTHROUGH.

I searched this file for tabs and replaced them with 4 spaces. Please check your editor tab settings.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

DEN-14316: Replaced tabs with 4 spaces per code review.

    • -31
    • +31
    ./App/Modes/ModeChemicalDisinfect.c
To be clear, does this mean all of the local declarations should be at the beginning of the function?

To be clear, does this mean all of the local declarations should be at the beginning of the function?

I can't see this in Code Composer Studio.

I can't see this in Code Composer Studio.

I can't see this in Code Composer Studio.

I can't see this in Code Composer Studio.

Add blank line between declarations and code.

Add blank line between declarations and code.

Align.

Align.

Check indents.

Check indents.

Prefer local var declarations to be at top of scope where they're used.

Prefer local var declarations to be at top of scope where they're used.

Add blank line between declaration and code.

Add blank line between declaration and code.

Remove blank line.

Remove blank line.

Remove blank line.

Remove blank line.

Add blank line between declarations and code.

Add blank line between declarations and code.

Add blank line before return statement.

Add blank line before return statement.

Keep blank line before return statement.

Keep blank line before return statement.

Check indent.

Check indent.

Body start bracket indented too far.

Body start bracket indented too far.

Add blank line between declarations and code.

Add blank line between declarations and code.

Can these 2 declarations be moved up with the others (above "ifndef_RELEASE_")?

Can these 2 declarations be moved up with the others (above "ifndef_RELEASE_")?

Prefer to have declarations of local variables at top of scope where they are used.

Prefer to have declarations of local variables at top of scope where they are used.

Align.

Align.

Should have a default case with s/w fault or something.

Should have a default case with s/w fault or something.

Ok to not do anything for these cases, but put a comment in here so we know this is intentional.

Ok to not do anything for these cases, but put a comment in here so we know this is intentional.