]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
* PHP short tags "<?" to full tag "<?php".
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 25 Mar 2011 09:02:02 +0000 (10:02 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 25 Mar 2011 09:02:02 +0000 (10:02 +0100)
* superfluous whitespace removed.

lib/cachingnoticestream.php
lib/groupnoticestream.php
lib/profilenoticestream.php
lib/taggedprofilenoticestream.php

index a1b3b3fe82d77efe216b1e0fc5b314948f20d6d5..0b5aa33a376e8fc774a55ed01af67bfdc2898ba9 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2011, StatusNet, Inc.
  *
  * A stream of notices
- * 
+ *
  * PHP version 5
  *
  * This program is free software: you can redistribute it and/or modify
index a6aa2c352c29f300e3ee9d03d3a7c0ec6992b1f3..4b4fb0022954f3b758e373069219dff9e4b9718b 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 class GroupNoticeStream extends CachingNoticeStream
 {
index 9324bfb85d61f0ce2951b9424ed6a84033564cb6..f62b787b04d5109b8653c47266ac598d6d3b3d1d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 2011, StatusNet, Inc.
  *
  * Stream of notices by a profile
- * 
+ *
  * PHP version 5
  *
  * This program is free software: you can redistribute it and/or modify
index d1711876eb23f903441d324e00df559f765fa63e..291d3d6eb0de1d511f5ad3cb01b6bcdc27777bd8 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 class TaggedProfileNoticeStream extends CachingNoticeStream
 {