From f08ff3b6e64d3ca5db3862cf18eacb3b9197feae Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Mon, 15 Oct 2012 15:25:40 +0300
Subject: [PATCH] Correct formatting

---
 lib/util.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/util.php b/lib/util.php
index 315e33e96e..9a3bf16206 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -557,7 +557,7 @@ class OC_Util {
 		}
 	}
 
-	/*
+	/**
 	* @brief Generates a cryptographical secure pseudorandom string
 	* @param Int with the length of the random string
 	* @return String
@@ -593,7 +593,7 @@ class OC_Util {
 		return $pseudo_byte;
 	}
 
-	/*
+	/**
 	* @brief Checks if a secure random number generator is available
 	* @return bool
 	*/
-- 
GitLab