libbb: move nuke_str() from passwd into libbb
[oweals/busybox.git] / libbb / procps.c
index b4557e797616510ceef61981a074eafc338378cb..5b68d343138566656441d00f7f508107ee601be4 100644 (file)
@@ -180,7 +180,7 @@ static char *skip_fields(char *str, int count)
 
 #if ENABLE_FEATURE_TOPMEM || ENABLE_PMAP
 int FAST_FUNC procps_read_smaps(pid_t pid, struct smaprec *total,
-                     void (*cb)(struct smaprec *, void *), void *data)
+               void (*cb)(struct smaprec *, void *), void *data)
 {
        FILE *file;
        struct smaprec currec;