Skip to content

Commit

Permalink
CodeGenParam.m: Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jan 15, 2014
1 parent 20e7a8f commit 82906c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/CodeGen/CodeGenParam.m
Expand Up @@ -75,8 +75,8 @@
(* For each allowed value of the parameter specified in the spec,
create a line with the value and the description *)
Map[{renderValue[lookup[spec,Type], lookup[#, Value]], " :: ",
Quote[lookup[#, Description]], "\n"} &,
lookupDefault[spec, AllowedValues, {}]],
Quote[lookup[#, Description]], "\n"} &,
lookupDefault[spec, AllowedValues, {}]],

(* Output the line describing the default value of the parameter *)
renderValue[lookup[spec,Type], lookup[spec, Default]]],
Expand Down

0 comments on commit 82906c9

Please sign in to comment.