Merge pull request #283 from antonblanchard/whitespace

Fix a few whitespace issues.  Only changes whitespace and comments.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
remove-potato-uart
Paul Mackerras 3 years ago committed by GitHub
commit 4a8ab3331c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,7 +28,7 @@ begin


-- XXX Check if we can turn that into a little ROM instead that -- XXX Check if we can turn that into a little ROM instead that
-- takes the tree bit vector and returns the LRU. See if it's better -- takes the tree bit vector and returns the LRU. See if it's better
-- in term of FPGA resouces usage... -- in term of FPGA resource usage...
get_lru: process(tree) get_lru: process(tree)
variable node : node_t; variable node : node_t;
begin begin
@ -73,5 +73,3 @@ begin
end if; end if;
end process; end process;
end; end;



Loading…
Cancel
Save