ppd42ns_data.h: replace tabs with spaces

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson 2017-03-02 11:14:37 -07:00
parent 65fc70a31a
commit 6ceebc9a17

View File

@ -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