Skip to content

Commit 9367aa0

Browse files
committed
Fix Whitespace.
llvm-svn: 116036
1 parent b5c7c51 commit 9367aa0

File tree

1 file changed

+3
-3
lines changed
  • llvm/include/llvm/Support

1 file changed

+3
-3
lines changed

llvm/include/llvm/Support/COFF.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//
1212
// Structures and enums defined within this file where created using
1313
// information from Microsoft's publicly available PE/COFF format document:
14-
//
14+
//
1515
// Microsoft Portable Executable and Common Object File Format Specification
1616
// Revision 8.1 - February 15, 2008
1717
//
@@ -133,11 +133,11 @@ namespace COFF {
133133
};
134134

135135
enum SymbolComplexType {
136-
IMAGE_SYM_DTYPE_NULL = 0, ///< No complex type; simple scalar variable.
136+
IMAGE_SYM_DTYPE_NULL = 0, ///< No complex type; simple scalar variable.
137137
IMAGE_SYM_DTYPE_POINTER = 1, ///< A pointer to base type.
138138
IMAGE_SYM_DTYPE_FUNCTION = 2, ///< A function that returns a base type.
139139
IMAGE_SYM_DTYPE_ARRAY = 3, ///< An array of base type.
140-
140+
141141
/// Type is formed as (base + (derived << SCT_COMPLEX_TYPE_SHIFT))
142142
SCT_COMPLEX_TYPE_SHIFT = 8
143143
};

0 commit comments

Comments
 (0)