]> sigrok.org Git - libsigrok.git/blobdiff - src/dmm/ut71x.c
pce-322a: Adding support for reading memory from PCE-322A SPL
[libsigrok.git] / src / dmm / ut71x.c
index 442b6e12915f917f62f394e8f919be41ac2270c3..01a8c22084400ed0490ce9520830e9237e601aeb 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 /*
@@ -343,7 +342,7 @@ SR_PRIV int sr_ut71x_parse(const uint8_t *buf, float *floatval,
 
        handle_flags(analog, floatval, info);
 
-       analog->encoding->digits  = -exponent;
+       analog->encoding->digits = -exponent;
        analog->spec->spec_digits = -exponent;
 
        return SR_OK;