Reverted whitespace changes

pull/22869/head
Kraemer, Benjamin 5 years ago
parent 18b4dd6562
commit 861cdf3d01
  1. 4
      src/csharp/Grpc.Tools/build/_protobuf/Google.Protobuf.Tools.targets

@ -265,8 +265,8 @@
Condition=" '$(DisableProtobufDesignTimeBuild)' != 'true' "
DependsOnTargets="Protobuf_PrepareCompileOptions;_Protobuf_GatherStaleFiles">
<!-- Ensure output directories. -->
<MakeDir Directories="%(_Protobuf_OutOfDateProto.OutputDir)" />
<MakeDir Directories="%(_Protobuf_OutOfDateProto.GrpcOutputDir)" />
<MakeDir Directories="%(_Protobuf_OutOfDateProto.OutputDir)" />
<MakeDir Directories="%(_Protobuf_OutOfDateProto.GrpcOutputDir)" />
<MakeDir Directories="$(Protobuf_DepFilesPath)" />
<!-- Force output to the current directory if the user has set it to empty. -->

Loading…
Cancel
Save