Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Aug 20, 2024
1 parent b6dbbc8 commit 39b5220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/yaml_output_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void keyerror(yaml_event_t * event, yaml_emitter_t * emitter){
}
/* \brief Writes the key/value pairs of the fmsyamloutkeys and fmsyamloutvalues structs
* \note If any values start with '[' it will be assumed the value is a yaml array
* There may be slight differences in spacing for array outputs
* There may be slight differences in spacing for array outputs
* \param emitter The libyaml emitter for this file
* \param event The libyaml eent pointer
* \param aindex The index of keys and vals that are being written currently
Expand Down

0 comments on commit 39b5220

Please sign in to comment.