Skip to content

Commit

Permalink
fixed rest of lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bgn42 committed Nov 6, 2024
1 parent 0cc894a commit fbec5f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Doxygen/src/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ int main (void) {
\page flt_example_CM7 Fault/VHT_MPS2_Cortex-M7
This example project shows \ref fault on an Arm Cortex-M7 based device, using [Arm Virtual Hardware (AVH)](https://arm-software.github.io/AVH/main/simulation/html/Using.html) processor simulation as the target platform.
This example project shows \ref fault on an Arm Cortex-M7 based device, using [Arm Virtual Hardware (AVH)](https://arm-software.github.io/AVH/main/simulation/html/using.html) processor simulation as the target platform.
**Build and run**
Expand Down
2 changes: 1 addition & 1 deletion tools/eventlist/pkg/output/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ func (o *Output) printStatistic(out *bufio.Writer, eventCount int, eventTable *E
TextMaxB: o.evProps[i].values[j].textMaxB,
TextMaxE: o.evProps[i].values[j].textMaxE,
}
err = conditionalWrite(out, eventStat.Event)
err = conditionalWrite(out, "%s", eventStat.Event)
if err == nil && j < 10 {
err = conditionalWrite(out, " ")
}
Expand Down

0 comments on commit fbec5f6

Please sign in to comment.