diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:32:49 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:32:49 -0500 |
commit | 3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce (patch) | |
tree | 7f9855096e0e313df3fb5d5684c14c7099bef6d7 /cloudinit/sources | |
parent | 6a3bd563282a51695bf1384d057d0495fd59929f (diff) | |
download | vyos-cloud-init-3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce.tar.gz vyos-cloud-init-3248ac9bbb2008e88a3bd9c030ba0fcbc14b7fce.zip |
whitespace / indentation cleanups
These changes were pulled out of the previous merge (cc_yum_add_repo)
as they were unrelated there. Re-applying them here.
Diffstat (limited to 'cloudinit/sources')
-rw-r--r-- | cloudinit/sources/DataSourceAltCloud.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceAltCloud.py b/cloudinit/sources/DataSourceAltCloud.py index d7e1204f..9812bdcb 100644 --- a/cloudinit/sources/DataSourceAltCloud.py +++ b/cloudinit/sources/DataSourceAltCloud.py @@ -47,7 +47,7 @@ META_DATA_NOT_SUPPORTED = { 'instance-id': 455, 'local-hostname': 'localhost', 'placement': {}, - } +} def read_user_data_callback(mount_dir): |