mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	Fix a stray CR inside a line
Use CRLF consistently instead of cobbling a \r here and a \n there. The generated files don't change. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
		
							parent
							
								
									d703a2ee19
								
							
						
					
					
						commit
						0f3f9c3c73
					
				@ -18,7 +18,8 @@
 | 
			
		||||
      <Platform>x64</Platform>
 | 
			
		||||
    </ProjectConfiguration>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
<SOURCES>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <SOURCES>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="mbedTLS.vcxproj">
 | 
			
		||||
 | 
			
		||||
@ -125,10 +125,10 @@ sub gen_app {
 | 
			
		||||
    $path =~ s!/!\\!g;
 | 
			
		||||
    (my $appname = $path) =~ s/.*\\//;
 | 
			
		||||
 | 
			
		||||
    my $srcs = "\n    <ClCompile Include=\"..\\..\\programs\\$path.c\" \/>\r";
 | 
			
		||||
    my $srcs = "<ClCompile Include=\"..\\..\\programs\\$path.c\" \/>";
 | 
			
		||||
    if( $appname eq "ssl_client2" or $appname eq "ssl_server2" or
 | 
			
		||||
        $appname eq "query_compile_time_config" ) {
 | 
			
		||||
        $srcs .= "\n    <ClCompile Include=\"..\\..\\programs\\test\\query_config.c\" \/>\r";
 | 
			
		||||
        $srcs .= "\r\n    <ClCompile Include=\"..\\..\\programs\\test\\query_config.c\" \/>";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    my $content = $template;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user