From 6ceebc9a1755c1fcb99ddfe2b431cbfc7c056b63 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 2 Mar 2017 11:14:37 -0700 Subject: [PATCH] ppd42ns_data.h: replace tabs with spaces Signed-off-by: Jon Trulson --- src/ppd42ns/ppd42ns_data.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ppd42ns/ppd42ns_data.h b/src/ppd42ns/ppd42ns_data.h index d8b45675..fe9222df 100644 --- a/src/ppd42ns/ppd42ns_data.h +++ b/src/ppd42ns/ppd42ns_data.h @@ -36,11 +36,11 @@ extern "C" { // This is a data struct used by the ppd42ns (dust sensor) driver. typedef struct { - unsigned int lowPulseOccupancy; - double ratio; - double concentration; - double ugm3; - int aqi; + unsigned int lowPulseOccupancy; + double ratio; + double concentration; + double ugm3; + int aqi; } ppd42ns_dust_data; #ifdef __cplusplus