diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-31 13:58:42 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-10-31 13:58:42 -0400 |
commit | 6cd0a7b014451b074ac2f0ef827e482277309920 (patch) | |
tree | efc3030f942a8a427949a5db81aa4427257624d0 /string_utils.c | |
parent | 754eb84c5c7e10c9b6c4060e230300b090a95bee (diff) |
astyle fixes
Diffstat (limited to 'string_utils.c')
-rw-r--r-- | string_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string_utils.c b/string_utils.c index 33e830e..7b60792 100644 --- a/string_utils.c +++ b/string_utils.c @@ -130,7 +130,7 @@ void String_Parameter_To_Text(float Float_To_Convert, int significant_digits, /* -- FINISH UP -- */ - + /* -- CHECK FOR TERMINATING DECIMAL POINT -- */ int len = strlen(out_gstr->str); if (out_gstr->str[len-1]=='.') { |