free-map: Replace U+00A0 "hard spaces" by ordinary ASCII spaces.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Dec 2010 17:55:04 +0000 (09:55 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 11 Dec 2010 17:55:04 +0000 (09:55 -0800)
Reported by Borja Sotomayor <borja@cs.uchicago.edu>.

src/filesys/free-map.c

index db0dc4ae1905014fdd9a1acfa592e03643658381..29ea4df8d2a64876ea8f2a384f4ad6f44ce1659b 100644 (file)
@@ -22,8 +22,8 @@ free_map_init (void)
 /* Allocates CNT consecutive sectors from the free map and stores
    the first into *SECTORP.
    Returns true if successful, false if not enough consecutive
-   sectors were available or if the free_map file could not be
-   written. */
+   sectors were available or if the free_map file could not be
+   written. */
 bool
 free_map_allocate (size_t cnt, block_sector_t *sectorp)
 {