In Git, whitespace changes like formatting code can cause git blame to become less useful.

With

git blame -w

Git will ignore the whitespace and give you more useful results.