Fix bug introduced by clang-format reformat.
authorM. Eric Irrgang <ericirrgang@gmail.com>
Fri, 8 Nov 2019 14:55:54 +0000 (17:55 +0300)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 8 Nov 2019 14:58:30 +0000 (15:58 +0100)
commit6a5cdb38d992186f73e7188110eae0bae85042ee
tree40c5b08134003841046e8c61b0fab64548b668b7
parenta68cc20fd27a3cbebbc7c7cf563fcfb558f1feca
Fix bug introduced by clang-format reformat.

In the post-beta2 application of clang-format, an extra closing brace
was inserted at the end of an assignment of a multi-line lambda. The
extra closing brace prematurely ended an `if` block, causing compiler
errors through the rest of the file. Simply reverting the formatting
of this section of the file does not seem to retrigger the reformatting
error.

Change-Id: I3ae83789337bb60284aeaad15eec36eb99f33708
python_packaging/src/gmxapi/pycontext.cpp