Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
operating-systems
ws21
assignments
Commits
7d0465ca
Commit
7d0465ca
authored
Dec 11, 2010
by
Ben Pfaff
Browse files
free-map: Replace U+00A0 "hard spaces" by ordinary ASCII spaces.
Reported by Borja Sotomayor <borja@cs.uchicago.edu>.
parent
91f094e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/filesys/free-map.c
View file @
7d0465ca
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment