Skip to content

Commit

Permalink
Fix C lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gkbishnoi07 committed Feb 11, 2025
1 parent 8ad374c commit 2ea8e0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

int main( void ) {
// Create a strided array:
float x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 };
const float x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 };

// Specify the number of elements:
int64_t N = 4;
Expand Down

0 comments on commit 2ea8e0b

Please sign in to comment.