Minor cleanup

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4509 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
haydentech
2003-09-04 20:01:17 +00:00
parent 6cb536dd5b
commit 5c85a290e1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -135,7 +135,7 @@
#include <PropertyInfo.h> #include <PropertyInfo.h>
// Project Includes ------------------------------------------------------------ // Project Includes ------------------------------------------------------------
#include "TokenSpace.h" #include <TokenSpace.h>
// Local Includes -------------------------------------------------------------- // Local Includes --------------------------------------------------------------
@@ -668,7 +668,7 @@ BMessage: what = (0x0, or 0)
scripting docs are so bloody horrible. The corresponding scripting docs are so bloody horrible. The corresponding
property_info array is declared in the globals section. property_info array is declared in the globals section.
*/ */
status_t err; status_t err = B_OK;
if (!data) if (!data)
{ {
err = B_BAD_VALUE; err = B_BAD_VALUE;
+2 -2
View File
@@ -19,7 +19,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// //
// File Name: Control.cpp // File Name: Invoker.cpp
// Author: Marc Flerackers ([email protected]) // Author: Marc Flerackers ([email protected])
// Description: BInvoker class defines a protocol for objects that // Description: BInvoker class defines a protocol for objects that
// post messages to a "target". // post messages to a "target".
@@ -28,7 +28,7 @@
// Standard Includes ----------------------------------------------------------- // Standard Includes -----------------------------------------------------------
// System Includes ------------------------------------------------------------- // System Includes -------------------------------------------------------------
#include "Invoker.h" #include <Invoker.h>
#include <Errors.h> #include <Errors.h>
// Project Includes ------------------------------------------------------------ // Project Includes ------------------------------------------------------------