Fix typo in clang-format directive and reformat end of flowgraph.cpp (#8573)
authorAndy Ayers <andya@microsoft.com>
Sat, 10 Dec 2016 18:11:04 +0000 (10:11 -0800)
committerGitHub <noreply@github.com>
Sat, 10 Dec 2016 18:11:04 +0000 (10:11 -0800)
commitd42b3935eaa056712e09a0f83b38e211bdb451d9
tree42b8dda0622b36d58e54fc343229e7614b71c5a6
parent0c174f804c783eaec65796ca2669c2780a82473a
Fix typo in clang-format directive and reformat end of flowgraph.cpp (#8573)

Last 4K or so lines of flowgraph.cpp were not being formatted because
the clang-format on directive had a typo.

Fix the typo and reformat the latter part of the file.
src/jit/flowgraph.cpp