diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-04-13 18:37:28 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-04-13 18:37:28 +0200 |
commit | e305d33203086236280fe918072398918f87d6f4 (patch) | |
tree | 91e3d323f699af35a0477ea935a6569d4a290dcf /csharp/src | |
parent | Add MCPP_HOME for Windows build. (diff) | |
download | ice-e305d33203086236280fe918072398918f87d6f4.tar.bz2 ice-e305d33203086236280fe918072398918f87d6f4.tar.xz ice-e305d33203086236280fe918072398918f87d6f4.zip |
Fixed Makefile indentation to use tab witdh=8 and indent width = 4
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Glacier2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Glacier2/Makefile b/csharp/src/Glacier2/Makefile index e54132c9f6f..fb9f5e74e10 100644 --- a/csharp/src/Glacier2/Makefile +++ b/csharp/src/Glacier2/Makefile @@ -20,7 +20,7 @@ SRCS = Application.cs \ SessionFactoryHelper.cs \ SessionHelper.cs -SLICE_SRCS = $(SDIR)/Metrics.ice \ +SLICE_SRCS = $(SDIR)/Metrics.ice \ $(SDIR)/PermissionsVerifier.ice \ $(SDIR)/Router.ice \ $(SDIR)/Session.ice \ |