[LNT] r267540 - [profile] fix unbalanced comment.
Kristof Beyls via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 03:01:05 PDT 2016
Author: kbeyls
Date: Tue Apr 26 05:01:05 2016
New Revision: 267540
URL: http://llvm.org/viewvc/llvm-project?rev=267540&view=rev
Log:
[profile] fix unbalanced comment.
Modified:
lnt/trunk/lnt/server/ui/static/lnt_profile.css
Modified: lnt/trunk/lnt/server/ui/static/lnt_profile.css
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/ui/static/lnt_profile.css?rev=267540&r1=267539&r2=267540&view=diff
==============================================================================
--- lnt/trunk/lnt/server/ui/static/lnt_profile.css (original)
+++ lnt/trunk/lnt/server/ui/static/lnt_profile.css Tue Apr 26 05:01:05 2016
@@ -1,7 +1,5 @@
-
/***********************************************************************/
-/* "Addon" support for placing an icon inside an input box
-
+/* "Addon" support for placing an icon inside an input box */
/* enable absolute positioning */
.inner-addon {
position: relative;
More information about the llvm-commits
mailing list