Tracker: Remove trailing whitespace

Change-Id: Iaf03ef8e89a85f443841f1dd51cf065e155845e0
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5515
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
John Scipione 2022-07-23 14:13:20 -04:00 committed by waddlesplash
parent e598b3eb6e
commit 8e9bc3dcf7

View File

@ -399,7 +399,7 @@ TextViewPasteFilter(BMessage* message, BHandler**, BMessageFilter* filter)
(const void**)&text, &length) == B_OK) { (const void**)&text, &length) == B_OK) {
textWidth += textView->StringWidth(text); textWidth += textView->StringWidth(text);
} }
} }
be_clipboard->Unlock(); be_clipboard->Unlock();
} }