diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-17 08:16:16 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-17 08:16:16 -0400 |
commit | fcb2f1c3eb72ec2a9c8f85edc394efde2c0178c8 (patch) | |
tree | 36e4b9066a838e2ffb1af13d0e7b1408f216afda /error_utils.c | |
parent | b7d456868f90f6c6f763d18922be9f8fe6ce15e6 (diff) |
run astyle
Diffstat (limited to 'error_utils.c')
-rw-r--r-- | error_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/error_utils.c b/error_utils.c index e6adb6e..405401d 100644 --- a/error_utils.c +++ b/error_utils.c @@ -496,8 +496,8 @@ void get_error_text(gchar **response, int error_num) break; case NetworkNotFound: - format_error_text(response,-240,"Network not found."); - break; + format_error_text(response,-240,"Network not found."); + break; default: |