[lld] r194643 - Whitespace.

Michael J. Spencer bigcheesegs at gmail.com
Wed Nov 13 16:52:05 PST 2013


Author: mspencer
Date: Wed Nov 13 18:52:05 2013
New Revision: 194643

URL: http://llvm.org/viewvc/llvm-project?rev=194643&view=rev
Log:
Whitespace.

Modified:
    lld/trunk/include/lld/Driver/Driver.h

Modified: lld/trunk/include/lld/Driver/Driver.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/Driver/Driver.h?rev=194643&r1=194642&r2=194643&view=diff
==============================================================================
--- lld/trunk/include/lld/Driver/Driver.h (original)
+++ lld/trunk/include/lld/Driver/Driver.h Wed Nov 13 18:52:05 2013
@@ -57,7 +57,6 @@ private:
   UniversalDriver() LLVM_DELETED_FUNCTION;
 };
 
-
 /// Driver for gnu/binutil 'ld' command line options.
 class GnuLdDriver : public Driver {
 public:
@@ -78,7 +77,6 @@ private:
   GnuLdDriver() LLVM_DELETED_FUNCTION;
 };
 
-
 /// Driver for darwin/ld64 'ld' command line options.
 class DarwinLdDriver : public Driver {
 public:
@@ -96,7 +94,6 @@ private:
   DarwinLdDriver() LLVM_DELETED_FUNCTION;
 };
 
-
 /// Driver for Windows 'link.exe' command line options
 class WinLinkDriver : public Driver {
 public:
@@ -115,7 +112,6 @@ private:
   WinLinkDriver() LLVM_DELETED_FUNCTION;
 };
 
-
 /// Driver for lld unit tests
 class CoreDriver : public Driver {
 public:





More information about the llvm-commits mailing list