Skip to content
Snippets Groups Projects
Commit 1b3dec4c authored by Graham Madarasz (Graham)'s avatar Graham Madarasz (Graham)
Browse files

Put newline at end of file to appease gcc's OCD

parent 1816582b
No related branches found
No related tags found
No related merge requests found
...@@ -42,4 +42,5 @@ void * & LLInstanceTrackerBase::getInstances(InstanceTrackType t) ...@@ -42,4 +42,5 @@ void * & LLInstanceTrackerBase::getInstances(InstanceTrackType t)
// key DOES exist, insert() simply returns (iterator, false). One lookup // key DOES exist, insert() simply returns (iterator, false). One lookup
// handles both cases. // handles both cases.
return sInstanceTrackerData[t]; return sInstanceTrackerData[t];
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment