Wrap long lines
authorReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 00:58:41 +0000 (00:58 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 20 Dec 2004 00:58:41 +0000 (00:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19050 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/Memory.h

index 3b319cb3bafa28c91c003e0c2d2381bd55176142..4c360e7c682c5178e88eda9f0484a0129bdd0e34 100644 (file)
@@ -48,11 +48,12 @@ namespace sys {
       static MemoryBlock AllocateRWX(unsigned NumBytes);
 
       /// This method releases a block of Read/Write/Execute memory that was
-      /// allocated with the AllocateRWX method. It should not be used to release
-      /// any memory block allocated any other way.
+      /// allocated with the AllocateRWX method. It should not be used to 
+      /// release any memory block allocated any other way.
       /// @throws std::string if an error occurred.
       /// @brief Release Read/Write/Execute memory.
       static void ReleaseRWX(MemoryBlock& block);
+
     /// @}
   };
 }