From 09b676940e8133a31031d6f471e030935d56461f Mon Sep 17 00:00:00 2001
From: Chris Sherlock <chris.sherlock79@gmail.com>
Date: Sat, 22 Jul 2017 20:09:53 +1000
Subject: osl: small cosmetic change to make comment more readable

Change-Id: I5be685355b0c3180bbf23a421c66c086f05834fa
---
 sal/osl/w32/procimpl.cxx | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'sal')

diff --git a/sal/osl/w32/procimpl.cxx b/sal/osl/w32/procimpl.cxx
index 73d1079c2bb8..ed0b5b3580bd 100644
--- a/sal/osl/w32/procimpl.cxx
+++ b/sal/osl/w32/procimpl.cxx
@@ -276,12 +276,12 @@ namespace /* private */
         return quoted.makeStringAndClear();
     }
 
-    //The parameter path must be a system path. If it is longer than 260 characters
-    //then it is shortened using the GetShortPathName function. This function only
-    //works if the path exists. Because "path" can be the path to an executable, it
-    //may not have the file extension ".exe". However, if the file on disk has the
-    //".exe" extension, then the function will fail. In this case a second attempt
-    //is started by adding the parameter "extension" to "path".
+    // The parameter path must be a system path. If it is longer than 260 characters
+    // then it is shortened using the GetShortPathName function. This function only
+    // works if the path exists. Because "path" can be the path to an executable, it
+    // may not have the file extension ".exe". However, if the file on disk has the
+    // ".exe" extension, then the function will fail. In this case a second attempt
+    // is started by adding the parameter "extension" to "path".
     rtl::OUString getShortPath(rtl::OUString const & path, rtl::OUString const & extension)
     {
         rtl::OUString ret(path);
-- 
cgit