Skip to content

Commit 07be7ed

Browse files
committed
Whitespace fix.
1 parent 76f2477 commit 07be7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/magick++/Blob.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h1 align="center">Magick::Blob</h1>
147147
<p><font size="2">void</font></p>
148148
</td>
149149
<td>
150-
<p><font size="2">void* data_, size_t length_, Allocator allocator_ = NewAllocator</font></p>
150+
<p><font size="2">void* data_, size_t length_, Allocator allocator_=NewAllocator</font></p>
151151
</td>
152152
<td>
153153
<p><font size="2">Update object contents, using supplied pointer directly (no copy) Any existing data in the object is deallocated. The user must ensure that the pointer supplied is not deleted or otherwise modified after it has been supplied to this method. The optional allocator_ parameter allows the user to specify if the C (MallocAllocator) or C++ (NewAllocator) memory allocation system was used to allocate the memory. The default is to use the C++ memory allocator.</font></p>

0 commit comments

Comments
 (0)