summaryrefslogtreecommitdiffstats
path: root/contrib/libs/libxml/rand.cpp
diff options
context:
space:
mode:
authormassaraksh <[email protected]>2022-02-10 16:47:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:49 +0300
commit8387f1fb70a4161b7581d3c0da52c4810df655be (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/libxml/rand.cpp
parent684ac31120ef65e34ba32b0324c42a4f921a14c4 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/libxml/rand.cpp')
-rw-r--r--contrib/libs/libxml/rand.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/libxml/rand.cpp b/contrib/libs/libxml/rand.cpp
index 69541b6c3f0..459a806e8ec 100644
--- a/contrib/libs/libxml/rand.cpp
+++ b/contrib/libs/libxml/rand.cpp
@@ -1,10 +1,10 @@
-#include "rand.h"
-
-#include <cstdlib>
-#include <util/random/random.h>
-#include <util/system/types.h>
-
-int utilRandom() {
- return (int)RandomNumber((ui32)RAND_MAX);
-}
-
+#include "rand.h"
+
+#include <cstdlib>
+#include <util/random/random.h>
+#include <util/system/types.h>
+
+int utilRandom() {
+ return (int)RandomNumber((ui32)RAND_MAX);
+}
+