Change from usleep and gettimeofday to clock_nanosleep and clock_gettime
[matches/MCTX3420.git] / server / sensors / strain.c
index 3ee1624..9492de7 100644 (file)
@@ -33,7 +33,7 @@ static int Strain_To_GPIO(StrainID id)
                default:
                        Fatal("Unknown StrainID %d", id);
                        return -1; // Should never happen
-       }
+  }
 }
 
 /**

UCC git Repository :: git.ucc.asn.au