diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-17 18:13:46 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-17 18:13:46 +0000 |
commit | 8661658b91da5dc33094e69f5af511f15f8adc91 (patch) | |
tree | 580b2206ca9a91fa42c38819fd4cc444d84d4812 /cs-dotnet/src/gatsobject.cs | |
parent | f68cfc5a0a8a07a2729636b1a1bedc41d2de738d (diff) | |
download | libgats-8661658b91da5dc33094e69f5af511f15f8adc91.tar.gz libgats-8661658b91da5dc33094e69f5af511f15f8adc91.tar.bz2 libgats-8661658b91da5dc33094e69f5af511f15f8adc91.tar.xz libgats-8661658b91da5dc33094e69f5af511f15f8adc91.zip |
A few real tabs wound up in the C# code...somehow.
Diffstat (limited to '')
-rw-r--r-- | cs-dotnet/src/gatsobject.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs-dotnet/src/gatsobject.cs b/cs-dotnet/src/gatsobject.cs index 57da747..161bd3a 100644 --- a/cs-dotnet/src/gatsobject.cs +++ b/cs-dotnet/src/gatsobject.cs | |||
@@ -100,9 +100,9 @@ namespace Com.Xagasoft.Gats | |||
100 | 100 | ||
101 | default: | 101 | default: |
102 | throw new GatsException( GatsException.Type.InvalidType ); | 102 | throw new GatsException( GatsException.Type.InvalidType ); |
103 | } | 103 | } |
104 | 104 | ||
105 | ret.Read( s, type ); | 105 | ret.Read( s, type ); |
106 | 106 | ||
107 | return ret; | 107 | return ret; |
108 | } | 108 | } |