From b36eee458126f191022c4483d3a496cbbf7dc30c Mon Sep 17 00:00:00 2001 From: James Cook <james@lindenlab.com> Date: Tue, 20 Oct 2009 00:38:27 +0000 Subject: [PATCH] Add newline at end of file to fix gcc. Sadly, we don't seem to have a commit hook for that. --- indra/newview/llinspect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llinspect.h b/indra/newview/llinspect.h index 9bdb7c1f2cc..68accca3a32 100644 --- a/indra/newview/llinspect.h +++ b/indra/newview/llinspect.h @@ -57,4 +57,4 @@ class LLInspect : public LLFloater LLFrameTimer mOpenTimer; }; -#endif \ No newline at end of file +#endif -- GitLab