Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Follow uncrustify schema
Browse files Browse the repository at this point in the history
Signed-off-by: nirmalsinghania2008<[email protected]>
  • Loading branch information
nirmalsinghania2008 authored and nirmalsinghania2008 committed Mar 31, 2016
1 parent d03c8bb commit 2ba9fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sml/include/sml.h
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,9 @@ bool sml_variable_set_range(struct sml_object *sml, struct sml_variable *sml_var
*/
bool sml_variable_get_range(struct sml_object *sml, struct sml_variable *sml_variable, float *min, float *max);

#define SML_VARIABLES_LIST_FOREACH(sml, list, len, var, i) \
for (i = 0, len = sml_variables_list_get_length(sml, list); \
i < len && ((var = sml_variables_list_index(sml, list, i))); \
#define SML_VARIABLES_LIST_FOREACH(sml, list, len, var, i) \
for (i = 0, len = sml_variables_list_get_length(sml, list); \
i < len && ((var = sml_variables_list_index(sml, list, i))); \
i++)

/**
Expand Down

0 comments on commit 2ba9fbc

Please sign in to comment.