added missing newline
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7938 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2862,4 +2862,4 @@ FT_END_HEADER
|
|||||||
|
|
||||||
#endif /* __FREETYPE_H__ */
|
#endif /* __FREETYPE_H__ */
|
||||||
|
|
||||||
/* END */
|
/* END */
|
||||||
|
|||||||
@@ -41,4 +41,4 @@ protected:
|
|||||||
float titlepixelwidth;
|
float titlepixelwidth;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -407,4 +407,4 @@ extern "C" float get_decorator_version(void)
|
|||||||
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
extern "C" Decorator *instantiate_decorator(BRect rect, int32 wlook, int32 wfeel, int32 wflags)
|
||||||
{
|
{
|
||||||
return new WinDecorator(rect,wlook,wfeel,wflags);
|
return new WinDecorator(rect,wlook,wfeel,wflags);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,4 +55,4 @@ void Transfer::SetActualLength( size_t *actual_length )
|
|||||||
usb_transfer_t * Transfer::GetData()
|
usb_transfer_t * Transfer::GetData()
|
||||||
{
|
{
|
||||||
return d;
|
return d;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -167,4 +167,4 @@ void auvia_stream_halt(auvia_stream *stream);
|
|||||||
auvia_stream *auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
|
auvia_stream *auvia_stream_new(auvia_dev *card, uint8 use, uint32 bufframes, uint8 bufcount);
|
||||||
void auvia_stream_delete(auvia_stream *stream);
|
void auvia_stream_delete(auvia_stream *stream);
|
||||||
|
|
||||||
#endif /* _DEV_PCI_AUVIA_H_ */
|
#endif /* _DEV_PCI_AUVIA_H_ */
|
||||||
|
|||||||
@@ -275,4 +275,4 @@ MultiAudioAddOn::LoadSettings(void)
|
|||||||
PRINT(("Error unflattening settings file %s\n",path.Path()));
|
PRINT(("Error unflattening settings file %s\n",path.Path()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,4 +80,4 @@ private:
|
|||||||
status_t fInitCheckStatus;
|
status_t fInitCheckStatus;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -82,4 +82,4 @@ status_t ToneProducerAddOn::GetConfigurationFor(
|
|||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
// END -- ToneProducerAddOn.cpp
|
// END -- ToneProducerAddOn.cpp
|
||||||
|
|||||||
@@ -65,4 +65,4 @@ private:
|
|||||||
color_which attribute;
|
color_which attribute;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ public:
|
|||||||
*sbflat, *sbdots, *sblines;
|
*sbflat, *sbdots, *sblines;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ const uint32 SCROLLBAR_KNOB_SIZE_CHANGED = 'ksch';
|
|||||||
|
|
||||||
const uint32 TEST_MSG = 'tstm';
|
const uint32 TEST_MSG = 'tstm';
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
virtual void AboutRequested();
|
virtual void AboutRequested();
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user