[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
[reactos.git] / drivers / filesystems / udfs / Include / user_lib.h
index 9cbc744..26a811a 100644 (file)
@@ -24,7 +24,7 @@
 #define ODS(sz) OutputDebugString(sz)
 #else
 #define ODS(sz) {}
-#endif 
+#endif
 
 #define arraylen(a)     (sizeof(a)/sizeof(a[0]))