/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos

Removed superflous white space.

* Makefile: - '' -
* initramfs-tools-hook: - '' -
* mandos: - '' -
* plugin-runner.xml: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
    
323
323
    def extended_timeout_milliseconds(self):
324
324
        "Return the 'extended_timeout' attribute in milliseconds"
325
 
        return _timedelta_to_milliseconds(self.extended_timeout)    
 
325
        return _timedelta_to_milliseconds(self.extended_timeout)
326
326
    
327
327
    def interval_milliseconds(self):
328
328
        "Return the 'interval' attribute in milliseconds"
2028
2028
    client_class = Client
2029
2029
    if use_dbus:
2030
2030
        client_class = functools.partial(ClientDBusTransitional,
2031
 
                                         bus = bus)        
 
2031
                                         bus = bus)
2032
2032
    def client_config_items(config, section):
2033
2033
        special_settings = {
2034
2034
            "approved_by_default":