]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/timesync/timesyncd-manager.h
tree-wide: replace 'unsigned int' with 'unsigned'
[thirdparty/systemd.git] / src / timesync / timesyncd-manager.h
index 49d7205b09cead3b7290b7169025df0f2d32c2f6..97c4e2ff34d90f65b0b2e1392311151bdd491cea 100644 (file)
@@ -71,7 +71,7 @@ struct Manager {
                 double offset;
                 double delay;
         } samples[8];
-        unsigned int samples_idx;
+        unsigned samples_idx;
         double samples_jitter;
         usec_t max_root_distance_usec;