diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:03:59 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:03:59 -0500 |
commit | e153488780f86cf6f647b814f8ff6f3a535a0d7e (patch) | |
tree | 456c0f07f0d973cfc92dae357cdfb03309f5efa3 /device-functions.c | |
parent | 60c5196e62175458615117aab397aaac9ccda5a1 (diff) |
astyle fixes
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/device-functions.c b/device-functions.c index 203af45..a804879 100644 --- a/device-functions.c +++ b/device-functions.c @@ -2723,8 +2723,8 @@ int Set_VI_Control(int parameter,int channel,float new_ampl,int *point_found,int if (max2 > max1) { max1 = max2; } - if ((use_ampl * use_atten) > - (globals.Flash.atten_percent_max_ampl[channel] * max1)) { + if ((use_ampl * use_atten) > + (globals.Flash.atten_percent_max_ampl[channel] * max1)) { continue; } } |