Skip to content
Snippets Groups Projects
Commit eac51a94 authored by Tom Finegan's avatar Tom Finegan
Browse files

Silence misleading indentation warning.

third_party/fastfeat/fast_9.c: In function ‘fast9_score’:
‘for’ clause does not guard... [-Wmisleading-indentation]
     for(n=0; n < num_corners; n++)
     ^~~
third_party/fastfeat/fast_9.c:2972:2: note: ...this statement, but the
latter is misleadingly indented as if it is guarded by the ‘for’
  return scores;
  ^~~~~~

Change-Id: Ie35cedd8a647a699c97066b930efd261d6906162
parent b8dcfc5a
No related branches found
No related tags found
No related merge requests found
......@@ -36,3 +36,4 @@ functions. To see how to use the individual functions, see fast.c
Local Modifications:
Add lines to turn off clang formatting for these files
Remove Fast 10, 11 and 12
Convert tabs to spaces
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment