diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:18:28 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:18:28 +0000 |
commit | 55b5ef4065d32cca71b745c8dc4790e1b71af0fd (patch) | |
tree | 3924e039f2eb72d08738c8017b667cffa37aa5ac /src/fetch-file.vala | |
parent | 4280f27f7b3f42a73c971664f0cd322780c2bff6 (diff) | |
download | ayatana-indicator-sound-55b5ef4065d32cca71b745c8dc4790e1b71af0fd.tar.gz ayatana-indicator-sound-55b5ef4065d32cca71b745c8dc4790e1b71af0fd.tar.bz2 ayatana-indicator-sound-55b5ef4065d32cca71b745c8dc4790e1b71af0fd.zip |
tabs to spaces tab width 2
Diffstat (limited to 'src/fetch-file.vala')
-rw-r--r-- | src/fetch-file.vala | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fetch-file.vala b/src/fetch-file.vala index e6fc11d..e94afef 100644 --- a/src/fetch-file.vala +++ b/src/fetch-file.vala @@ -15,15 +15,15 @@ * <http://www.gnu.org/licenses/>. * * Authors - * Gordon Allott <gord.allott@canonical.com> - * Conor Curran <conor.curran@canonical.com> + * Gordon Allott <gord.allott@canonical.com> + * Conor Curran <conor.curran@canonical.com> */ public class FetchFile : Object { /* public variables */ public string uri {get; construct;} - public string intended_property {get; construct;} + public string intended_property {get; construct;} /* private variables */ private DataInputStream stream; |