]> git.lyx.org Git - features.git/commit
Make code more obvious
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 15 Sep 2019 21:31:32 +0000 (23:31 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 15 Sep 2019 21:31:32 +0000 (23:31 +0200)
commit19fb4db71e9dc9d9f52eb47c4e49f26ee5c3b0e1
tree44cbf8b79517f72d6579c8dcfb3ff099eb3acd84
parent02d55ab0b3f34704d8abd62418b3cfdc54c44aaf
Make code more obvious

- use propoer parenthesis
- do not store in variable something we do not use

Spotted by cppcheck.
src/mathed/MathParser.cpp