whitespace cleanup
[soc.git] / TLB / src / RegisterFile.py
index 7cc00bc2333575bce7916fc4efc34009cbcdcf8c..317d240f004f2a18419d7597e36d37d09a951ce8 100644 (file)
@@ -10,7 +10,7 @@ class RegisterFile():
         To Write: Set the address line to the desired register in the file, set
         write_enable HIGH, and wait one cycle
         To Read: Set the address line to the desired register in the file, set
-        write_enable LOW, and wait one cycle. 
+        write_enable LOW, and wait one cycle.
     """
 
     def __init__(self, data_size, file_size):