summaryrefslogtreecommitdiff
path: root/string_utils.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-31 13:58:42 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-10-31 13:58:42 -0400
commit6cd0a7b014451b074ac2f0ef827e482277309920 (patch)
treeefc3030f942a8a427949a5db81aa4427257624d0 /string_utils.c
parent754eb84c5c7e10c9b6c4060e230300b090a95bee (diff)
astyle fixes
Diffstat (limited to 'string_utils.c')
-rw-r--r--string_utils.c2
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]=='.') {