aboutsummaryrefslogtreecommitdiff
path: root/src/fetch-file.vala
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-12-07 14:47:17 +0000
committerConor Curran <conor.curran@canonical.com>2010-12-07 14:47:17 +0000
commit0649b09ccf86ea2a158fb24061fc3a142e02f462 (patch)
tree3924e039f2eb72d08738c8017b667cffa37aa5ac /src/fetch-file.vala
parent4280f27f7b3f42a73c971664f0cd322780c2bff6 (diff)
parent55b5ef4065d32cca71b745c8dc4790e1b71af0fd (diff)
downloadayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.tar.gz
ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.tar.bz2
ayatana-indicator-sound-0649b09ccf86ea2a158fb24061fc3a142e02f462.zip
spacing issues fixed
Diffstat (limited to 'src/fetch-file.vala')
-rw-r--r--src/fetch-file.vala6
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;