Skip to content

Commit

Permalink
Removed trailing whitespaces.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim D. Brucker <[email protected]>
  • Loading branch information
adbrucker committed Jan 22, 2024
1 parent deb6cfa commit 809e485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/c-parser/isar_install.ML
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ fun get_Csyntax thy s = let
val cpp_option =
case Config.get_global thy cpp_path of
"" => NONE
| s => SOME (if Path.is_absolute (Path.explode s)
then s
| s => SOME (if Path.is_absolute (Path.explode s)
then s
else Path.implode (Path.append (Resources.master_directory thy) (Path.explode s)))
val cpp_error_count = Config.get_global thy report_cpp_errors
val (ast0, _) =
Expand Down

0 comments on commit 809e485

Please sign in to comment.