diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Framework/IPrimCounts.cs | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Framework/IPrimCounts.cs')
-rw-r--r-- | OpenSim/Framework/IPrimCounts.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/Framework/IPrimCounts.cs b/OpenSim/Framework/IPrimCounts.cs index 3e12348..3b62ad3 100644 --- a/OpenSim/Framework/IPrimCounts.cs +++ b/OpenSim/Framework/IPrimCounts.cs | |||
@@ -35,12 +35,12 @@ namespace OpenSim.Framework | |||
35 | /// Parcel owner owned prims | 35 | /// Parcel owner owned prims |
36 | /// </summary> | 36 | /// </summary> |
37 | int Owner { get; } | 37 | int Owner { get; } |
38 | 38 | ||
39 | /// <summary> | 39 | /// <summary> |
40 | /// Parcel group owned prims | 40 | /// Parcel group owned prims |
41 | /// </summary> | 41 | /// </summary> |
42 | int Group { get; } | 42 | int Group { get; } |
43 | 43 | ||
44 | /// <summary> | 44 | /// <summary> |
45 | /// Prims owned by others (not parcel owner or parcel group). | 45 | /// Prims owned by others (not parcel owner or parcel group). |
46 | /// </summary> | 46 | /// </summary> |
@@ -48,19 +48,19 @@ namespace OpenSim.Framework | |||
48 | 48 | ||
49 | /// <summary> | 49 | /// <summary> |
50 | /// Selected prims | 50 | /// Selected prims |
51 | /// </summary> | 51 | /// </summary> |
52 | int Selected { get; } | 52 | int Selected { get; } |
53 | 53 | ||
54 | /// <summary> | 54 | /// <summary> |
55 | /// Total prims on the parcel. | 55 | /// Total prims on the parcel. |
56 | /// </summary> | 56 | /// </summary> |
57 | int Total { get; } | 57 | int Total { get; } |
58 | 58 | ||
59 | /// <summary> | 59 | /// <summary> |
60 | /// Prims on the simulator that are owned by the parcel owner, even if they are in other parcels. | 60 | /// Prims on the simulator that are owned by the parcel owner, even if they are in other parcels. |
61 | /// </summary> | 61 | /// </summary> |
62 | int Simulator { get; } | 62 | int Simulator { get; } |
63 | 63 | ||
64 | /// <summary> | 64 | /// <summary> |
65 | /// Prims per individual users. | 65 | /// Prims per individual users. |
66 | /// </summary> | 66 | /// </summary> |