Pārlūkot izejas kodu

Add consistent newline to file endings

Frank Denzer 4 gadi atpakaļ
vecāks
revīzija
313820cd04

+ 1 - 1
.idea/dictionaries/cocoalumberjack.xml

@@ -75,4 +75,4 @@
       <w>yokota</w>
     </words>
   </dictionary>
-</component>
+</component>

+ 1 - 1
Benchmarking/Benchmarking.xcodeproj/xcshareddata/IDETemplateMacros.plist

@@ -10,4 +10,4 @@
 //  CocoaLumberjack Benchmarking
 //</string>
 </dict>
-</plist>
+</plist>

BIN
Demos/Benchmark/Mobile/Default-568h@2x.png


+ 1 - 1
Demos/CLI/CLI/CLI.1

@@ -76,4 +76,4 @@ FILE_2 description
 .Xr a 3 ,
 .Xr b 3 
 .\" .Sh BUGS              \" Document known, unremedied bugs 
-.\" .Sh HISTORY           \" Document history if command behaves in a unique manner
+.\" .Sh HISTORY           \" Document history if command behaves in a unique manner

+ 1 - 1
Demos/CaptureASL/CaptureASL/Images.xcassets/AppIcon.appiconset/Contents.json

@@ -20,4 +20,4 @@
     "version" : 1,
     "author" : "xcode"
   }
-}
+}

+ 1 - 1
Demos/CaptureASL/CaptureASL/Images.xcassets/LaunchImage.launchimage/Contents.json

@@ -20,4 +20,4 @@
     "version" : 1,
     "author" : "xcode"
   }
-}
+}

BIN
Demos/CoreDataLogger/CoreDataLogger/Log.xcdatamodeld/CocoaBotLog.xcdatamodel/elements


BIN
Demos/CoreDataLogger/CoreDataLogger/Log.xcdatamodeld/CocoaBotLog.xcdatamodel/layout


+ 1 - 1
Demos/OverflowTestMac/ReadMe.txt

@@ -4,4 +4,4 @@ The framework can optionally enforce a maximum queue size. This project tests th
 
 Detailed information can be found in DDLog's queueLogMessage:: method.
 
-This is a unit test project.
+This is a unit test project.

+ 1 - 1
Demos/PerUserLogLevels/Scripts/LumberjackUser.bash

@@ -46,4 +46,4 @@ then
 	fi
 else
 	cp -f ${temp_filepath} ${final_filepath}
-fi
+fi

BIN
Demos/RegisteredDynamicLogging/Mobile/Default-568h@2x.png


+ 1 - 1
Demos/RollingTestMac/ReadMe.txt

@@ -1 +1 @@
-This Xcode project tests the file logger by ensuring that it is properly rolling log files when it should. It is a unit test project.
+This Xcode project tests the file logger by ensuring that it is properly rolling log files when it should. It is a unit test project.

BIN
Demos/TestXcodeColors/Mobile/Default-568h@2x.png


BIN
Demos/UniversalApp/Default-568h@2x.png


BIN
Demos/WebServerIPhone/Default-568h@2x.png


+ 1 - 1
Demos/WebServerIPhone/Web/index.html

@@ -10,4 +10,4 @@
 <li><a href="socket.html">View logging in real time</a></li>
 </ul>
 </body>
-</html>
+</html>

+ 1 - 1
Demos/WebServerIPhone/Web/socket.html

@@ -143,4 +143,4 @@ body {
 </div>
 
 </body>
-</html>
+</html>

+ 1 - 1
Documentation/ARC.md

@@ -42,4 +42,4 @@ Then tell the compiler that the Lumberjack files are ARC:
 
 <a href="http://www.flickr.com/photos/100714763@N06/9578712266/" title="CocoaLumberjack_arc3 by robbiehanson, on Flickr"><img src="http://farm8.staticflickr.com/7355/9578712266_8752306de7_c.jpg" width="800" height="491" alt="CocoaLumberjack_arc3"></a>
 
-The warnings will go away, and the compiler will automatically add all the proper retain/release/autorelease calls to the ARC files during compilation.
+The warnings will go away, and the compiler will automatically add all the proper retain/release/autorelease calls to the ARC files during compilation.

+ 1 - 1
Documentation/AppCode-support.md

@@ -6,4 +6,4 @@ CocoaLumberjack works by default in AppCode, but colours are not supported out o
 4. Add TERM=color to the 'Environment variables' (edit them by clicking on the ellipsis)
 5. `[[DDTTYLogger sharedInstance] setColorsEnabled:YES];`
 
-Kudos to @davidlawson for this documentation.
+Kudos to @davidlawson for this documentation.

+ 1 - 1
Documentation/CocoaLumberjack.mdj

@@ -6250,4 +6250,4 @@
 	],
 	"author": "Bogdan Poplauschi",
 	"company": "Yardi"
-}
+}

BIN
Documentation/CocoaLumberjackClassDiagram.png


+ 1 - 1
Documentation/Performance.md

@@ -87,4 +87,4 @@ Note that all of these benchmark test are configurable. So if you wanted to try,
 <br/><br/><br/><br/>
 <a href="http://www.flickr.com/photos/100714763@N06/9575918737/" title="CocoaLumberjack_benchmark_iMac by robbiehanson, on Flickr"><img src="http://farm6.staticflickr.com/5541/9575918737_fd21649c6c_c.jpg" width="800" height="567" alt="CocoaLumberjack_benchmark_iMac"></a>
 <br/><br/><br/><br/>
-<a href="http://www.flickr.com/photos/100714763@N06/9575919599/" title="CocoaLumberjack_benchmark_powerMac by robbiehanson, on Flickr"><img src="http://farm4.staticflickr.com/3727/9575919599_c08287fefe_c.jpg" width="800" height="567" alt="CocoaLumberjack_benchmark_powerMac"></a>
+<a href="http://www.flickr.com/photos/100714763@N06/9575919599/" title="CocoaLumberjack_benchmark_powerMac by robbiehanson, on Flickr"><img src="http://farm4.staticflickr.com/3727/9575919599_c08287fefe_c.jpg" width="800" height="567" alt="CocoaLumberjack_benchmark_powerMac"></a>

BIN
LumberjackLogo.png


+ 1 - 1
Tests/Helpers.md

@@ -23,4 +23,4 @@ find:
 replace: ( notice trailing space. it is necessary to not break existing formatting )
 ```perl
 "__auto_type $2 = "
-```
+```

+ 1 - 1
uncrustify.cfg

@@ -484,4 +484,4 @@ sp_inside_paren                         = remove        # string (add/force/igno
 sp_inside_tparen                        = remove        # string (add/force/ignore/remove)
  
 # Space inside struct/union braces
-sp_inside_braces_struct                 = add           # string (add/force/ignore/remove)
+sp_inside_braces_struct                 = add           # string (add/force/ignore/remove)