Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJb Evain <jbevain@gmail.com>2013-03-13 12:08:26 +0400
committerJb Evain <jbevain@gmail.com>2013-03-13 12:08:26 +0400
commit6e49687780ffd0e2640b9ad71187067bcc86a69a (patch)
tree1b94d597b854414fdce5bcf24b80a98f0423c30d /symbols
parent633a1dd4650847a66b682a6c41330815f638b50a (diff)
Normalize line endings
Diffstat (limited to 'symbols')
-rw-r--r--symbols/pdb/Mono.Cecil.Pdb/PdbReader.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/symbols/pdb/Mono.Cecil.Pdb/PdbReader.cs b/symbols/pdb/Mono.Cecil.Pdb/PdbReader.cs
index b9ee03c..6d4fd09 100644
--- a/symbols/pdb/Mono.Cecil.Pdb/PdbReader.cs
+++ b/symbols/pdb/Mono.Cecil.Pdb/PdbReader.cs
@@ -87,13 +87,13 @@ namespace Mono.Cecil.Pdb {
{
using (pdb_file) {
Dictionary<uint, PdbTokenLine> tokenToSourceMapping;
- string sourceServerData;
- int age;
+ string sourceServerData;
+ int age;
Guid guid;
- var funcs = PdbFile.LoadFunctions (pdb_file, out tokenToSourceMapping, out sourceServerData, out age, out guid);
-
- if (this.guid != guid)
+ var funcs = PdbFile.LoadFunctions (pdb_file, out tokenToSourceMapping, out sourceServerData, out age, out guid);
+
+ if (this.guid != guid)
return false;
foreach (PdbFunction function in funcs)