Skip to content
Snippets Groups Projects
Commit d80c34ee authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[printer] avoid needless parentheses

parent 54324730
No related branches found
No related tags found
No related merge requests found
......@@ -2026,7 +2026,7 @@ class cil_printer () = object (self)
| _ -> ()
in
let name' fmt =
if a = [] then pname fmt false
if filter_printing_attributes a = [] then pname fmt false
else if nameOpt = None then
printAttributes fmt a
else
......
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