Remove space at end of line.

This commit is contained in:
Brendan Dahl 2012-06-04 15:39:50 -07:00
parent 16b1fa1e98
commit 4f314fff39

View File

@ -63,7 +63,7 @@ let Factory = {
}, },
// nsIFactory // nsIFactory
lockFactory: function lockFactory(lock) { lockFactory: function lockFactory(lock) {
// No longer used as of gecko 1.7. // No longer used as of gecko 1.7.
throw Cr.NS_ERROR_NOT_IMPLEMENTED; throw Cr.NS_ERROR_NOT_IMPLEMENTED;
} }