summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 08:40:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 08:40:55 +0000
commit353ae86d1cee77a063144d67921a646047490000 (patch)
tree3a54f38b67ca4d96f292d2fd2849cfd98b482117
parent060e57c2831d94efb67fb1e6d8fe2faf2cc971be (diff)
downloadMPC-353ae86d1cee77a063144d67921a646047490000.tar.gz
Removed trailing whitespaces
-rw-r--r--docs/templates/vc10.txt12
-rw-r--r--docs/templates/wb26wrproject.txt2
-rw-r--r--modules/TemplateParser.pm4
3 files changed, 9 insertions, 9 deletions
diff --git a/docs/templates/vc10.txt b/docs/templates/vc10.txt
index a814a337..16000b53 100644
--- a/docs/templates/vc10.txt
+++ b/docs/templates/vc10.txt
@@ -35,7 +35,7 @@ debug_prj = This is an internally used template variable to determine if the con
defines = Macros that are specific to a particular configuration.
delayloaddlls = List of DLLs (semicolon-separated) to delay load.
disablelanguageextensions = Compiler option for disabling language extensions.
-disablespecificwarnings = A space separated list of warning numbers to be disabled.
+disablespecificwarnings = A space separated list of warning numbers to be disabled.
driver = Linker option to build a Windows NT kernel mode driver (Driver, UpOnly, WDM).
embedmanagedresourcefile = Embeds a resource file in the output file.
embedmanifest = MSBuild property for EmbedManifest.
@@ -43,7 +43,7 @@ enablecomdatfolding = Linker option to perform identical COMDAT folding (default
enableenhancedinstructionset = Enable use of instructions found on processors that support enhanced instruction sets, e.g., the SSE and SSE2 enhancements to the IA-32. Currently only available when building for the x86 architecture (StreamingSIMDExtensions, StreamingSIMDExtensions2).
enablefibersafeoptimizations = Enables memory space optimization when using fibers and thread local storage access.
enableintrinsicfunctions = Compiler switch for enabling intrinsic functions (defaults to true in Release configurations).
-encoding = XML encoding for the vcxproj file (default utf-8)
+encoding = XML encoding for the vcxproj file (default utf-8)
entrypointsymbol = Specifies an entry point function as the starting address for an .exe file or DLL.
errorreporting = Specifies how internal tool (compiler) errors should be reported back to Microsoft (None, Prompt, Queue, Send).
exceptionhandling = Specifies the model of exception handling to be used by the compiler (Async, Sync, SyncCThrow, false).
@@ -77,7 +77,7 @@ inlinefunctionexpansion = Select the level of inline function expansion (Disable
keycontainer = Specify a key container to sign an assembly.
keyfile = Specify key or key pair to sign an assembly. If set, embedmanifest defaults to false.
largeaddressaware = Tells the linker that the application can handle addresses larger than 2 gigabytes.
-lib_options = Additional command-line options for the librarian.
+lib_options = Additional command-line options for the librarian.
link_options = Additional command-line options for the linker.
linkerrorreporting = Allows you to provide linker internal compiler error (ICE) information directly to the Visual C++ team (PromptImmediately, QueueForNextLogin, SendErrorReport, NoErrorReport).
linkstatus = Specifies whether the linker should display a progress indicator showing what percentage of the link is complete.
@@ -90,18 +90,18 @@ makerebuild = Command line to use for invoking nmake rebuild (makefile project o
manifestfile = Change the default name of the manifest file. The default name of the manifest file is the output file name with .manifest appended.
mapexports = Include exported function in the mapfile (see generatemapfile).
mapfilename = Override the default name for the generated mapfile (see generatemapfile).
-mergedidlbasefilename = Specifies the name and extension of the .idl file generated from embedded IDL.
+mergedidlbasefilename = Specifies the name and extension of the .idl file generated from embedded IDL.
mergesections = A string of the form from=to. Combines the first section (from) with the second section (to), naming the resulting section to.
midl_defines = Preprocessor definitions for the Microsoft IDL compiler.
midl_flags = Additional options for the Microsoft IDL compiler.
-midl_includes = Include directories for the Microsoft IDL compiler.
+midl_includes = Include directories for the Microsoft IDL compiler.
midl_notlb = If enabled, do not generate stubless proxies (Microsoft IDL compiler).
midlcommandfile = Linker option for embedded Microsoft IDL, specifies a file containing a MIDL command line.
minimalrebuild = Enables minimal rebuild, which determines whether C++ source files that include changed C++ class definitions (stored in header (.h) files) need to be recompiled. Defaults to true if optimization is disabled.
minimumrequiredversion = Specify the minimum required version of the subsystem.
moduledefinitionfile = Passes a module-definition file (.def) to the linker. Only one .def file can be specified.
multiprocessorcompilation = Enables multi-processor compilation.
-nmakeassemblysearchpath = .NET assembly search path (makefile project only).
+nmakeassemblysearchpath = .NET assembly search path (makefile project only).
nmakeforcedusingassemblies = Forced #using assemblies (makefile project only).
noentrypoint = Use this option to prevent the linker from linking a reference to _main into the DLL.
objectfilename = Specifies a name to override the default object file name; can be file or directory name.
diff --git a/docs/templates/wb26wrproject.txt b/docs/templates/wb26wrproject.txt
index bf1cef0a..6bb3eb19 100644
--- a/docs/templates/wb26wrproject.txt
+++ b/docs/templates/wb26wrproject.txt
@@ -43,7 +43,7 @@ part_flags = Flags for the VxWorks Partial Image Linker
part_nondbgflags = Non-debug flags for the VxWorks Partial Image Linker
pic = Special flags needed to build objects that will become part of a shared library (-fPIC on Linux)
platform_asflags = Assembler flags common to the platform or buildspec
-platform_ccflags = C compiler flags common to the platform or buildspec
+platform_ccflags = C compiler flags common to the platform or buildspec
platform_cxxflags = C++ compiler flags common to the platform or buildspec
platform_includes = Include directories common to the platform or buildspec
platform_name = Value of the platform_name attribute of the wrxml/properties XML element in .wrproject
diff --git a/modules/TemplateParser.pm b/modules/TemplateParser.pm
index ba6fbcee..a5d6d172 100644
--- a/modules/TemplateParser.pm
+++ b/modules/TemplateParser.pm
@@ -1184,7 +1184,7 @@ sub process_compound_if {
my $prefix = 'get_';
$val = $str;
-
+
## If there is only one command, we have to add it to the list
## again so that we can get the variable value and then use
## the doif_ version to test it, unless the get_ function
@@ -1194,7 +1194,7 @@ sub process_compound_if {
($keywords{$cmds[0]} & $get_combined_type) == 0) {
push(@cmds, $cmds[0]);
}
-
+
foreach my $cmd (reverse @cmds) {
if (defined $keywords{$cmd} && ($keywords{$cmd} & $type) != 0) {
my $func = "$prefix$cmd";