]> granicus.if.org Git - clang/commitdiff
Remove an empty line so the line numbers match up again after the recent documentatio...
authorAdrian Prantl <aprantl@apple.com>
Fri, 19 Apr 2013 21:59:40 +0000 (21:59 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 19 Apr 2013 21:59:40 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179898 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/objc-fixed-enum.m

index 57cd861358c0bbf411c30b061167166dc582db0c..55c2a7c1031e9744455ccd1340c203a2b22fba7b 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
-
 // The DWARF standard says the underlying data type of an enum may be
 // stored in an DW_AT_type entry in the enum DIE. This is useful to have
 // so the debugger knows about the signedness of the underlying type.