Просмотр исходного кода

Restoring authorship annotation for <wrg0ababd@yandex-team.ru>. Commit 2 of 2.

wrg0ababd 3 лет назад
Родитель
Сommit
f054f783b5

+ 3 - 3
library/cpp/deprecated/split/split_iterator.h

@@ -1,9 +1,9 @@
 #pragma once
 
 #include <library/cpp/deprecated/kmp/kmp.h>
-#include <util/string/cast.h> 
-#include <util/string/util.h> 
-#include <util/string/builder.h> 
+#include <util/string/cast.h>
+#include <util/string/util.h>
+#include <util/string/builder.h>
 
 #include <util/system/yassert.h>
 #include <util/system/defaults.h>

+ 10 - 10
library/cpp/deprecated/split/ya.make

@@ -1,14 +1,14 @@
-LIBRARY() 
- 
-OWNER(wrg0ababd) 
- 
-SRCS( 
-    delim_string_iter.cpp 
-    split_iterator.cpp 
-) 
- 
+LIBRARY()
+
+OWNER(wrg0ababd)
+
+SRCS(
+    delim_string_iter.cpp
+    split_iterator.cpp
+)
+
 PEERDIR(
     library/cpp/deprecated/kmp
 )
 
-END() 
+END()

+ 1 - 1
library/cpp/deprecated/ya.make

@@ -45,5 +45,5 @@ RECURSE(
     solartrie/test
     solartrie/test/tests
     solartrie/ut
-    split 
+    split
 )

+ 9 - 9
ydb/library/yql/udfs/logs/dsv/ya.make

@@ -1,17 +1,17 @@
 YQL_UDF(dsv_udf)
 
-YQL_ABI_VERSION( 
-    2 
-    9 
-    0 
+YQL_ABI_VERSION(
+    2
+    9
+    0
 )
 
-OWNER(g:yql) 
- 
-PEERDIR( 
+OWNER(g:yql)
+
+PEERDIR(
     library/cpp/deprecated/split
-) 
- 
+)
+
 SRCS(
     dsv_udf.cpp
 )