From dece452ee713b321cf5a65dea65cd9eccf604018 Mon Sep 17 00:00:00 2001 From: shatty Date: Sat, 28 Sep 2002 01:48:03 +0000 Subject: [PATCH] fixed newline at end of file. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1222 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/proto6/AppServer.h | 2 +- src/servers/app/proto6/BeDecorator.h | 2 +- src/servers/app/proto6/ColorUtils.h | 2 +- src/servers/app/proto6/DebugTools.h | 2 +- src/servers/app/proto6/Desktop.cpp | 2 +- src/servers/app/proto6/Desktop.h | 2 +- src/servers/app/proto6/DisplayDriver.h | 2 +- src/servers/app/proto6/Globals.h | 2 +- src/servers/app/proto6/Layer.h | 2 +- src/servers/app/proto6/PortLink.h | 2 +- src/servers/app/proto6/ScreenDriver.h | 2 +- src/servers/app/proto6/SecondDriver.cpp | 2 +- src/servers/app/proto6/SecondDriver.h | 2 +- src/servers/app/proto6/ServerApp.h | 2 +- src/servers/app/proto6/ServerBitmap.h | 2 +- src/servers/app/proto6/ServerCursor.h | 2 +- src/servers/app/proto6/ServerProtocol.h | 2 +- src/servers/app/proto6/SystemPalette.h | 2 +- src/servers/app/proto6/ViewDriver.h | 2 +- src/servers/app/proto6/WinDecorator.h | 2 +- src/servers/app/proto6/WindowBorder.h | 2 +- src/servers/app/proto6/YMakDecorator.cpp | 2 +- src/servers/app/proto6/YMakDecorator.h | 2 +- src/servers/app/proto6/driverharness/AppServer.h | 2 +- src/servers/app/proto6/driverharness/ColorUtils.cc | 2 +- src/servers/app/proto6/driverharness/ColorUtils.h | 2 +- src/servers/app/proto6/driverharness/DHApp.cpp | 2 +- src/servers/app/proto6/driverharness/DHApp.h | 2 +- src/servers/app/proto6/driverharness/DebugTools.h | 2 +- src/servers/app/proto6/driverharness/Desktop.h | 2 +- src/servers/app/proto6/driverharness/DirectDriver.h | 2 +- src/servers/app/proto6/driverharness/DisplayDriver.h | 2 +- src/servers/app/proto6/driverharness/PortLink.h | 2 +- src/servers/app/proto6/driverharness/ScreenDriver.h | 2 +- src/servers/app/proto6/driverharness/SecondDriver.cpp | 2 +- src/servers/app/proto6/driverharness/SecondDriver.h | 2 +- src/servers/app/proto6/driverharness/ServerBitmap.h | 2 +- src/servers/app/proto6/driverharness/ServerCursor.h | 2 +- src/servers/app/proto6/driverharness/ServerProtocol.h | 2 +- src/servers/app/proto6/driverharness/SystemPalette.h | 2 +- src/servers/app/proto6/driverharness/ViewDriver.h | 2 +- src/servers/app/proto6/router/router.h | 2 +- src/servers/app/proto6/testobapp/DebugTools.h | 2 +- src/servers/app/proto6/testobapp/OBApplication.h | 2 +- src/servers/app/proto6/testobapp/OBWindow.h | 2 +- src/servers/app/proto6/testobapp/PortLink.h | 2 +- src/servers/app/proto6/testobapp/ServerProtocol.h | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/src/servers/app/proto6/AppServer.h b/src/servers/app/proto6/AppServer.h index 9c2fbc5a62..30fb9fcd9e 100644 --- a/src/servers/app/proto6/AppServer.h +++ b/src/servers/app/proto6/AppServer.h @@ -47,4 +47,4 @@ private: }; Decorator *instantiate_decorator(Layer *lay, uint32 dflags, uint32 wlook); -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/BeDecorator.h b/src/servers/app/proto6/BeDecorator.h index 0c30e48911..bb16d14bc5 100644 --- a/src/servers/app/proto6/BeDecorator.h +++ b/src/servers/app/proto6/BeDecorator.h @@ -43,4 +43,4 @@ public: int textoffset; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ColorUtils.h b/src/servers/app/proto6/ColorUtils.h index c4002d2357..3eb674bc46 100644 --- a/src/servers/app/proto6/ColorUtils.h +++ b/src/servers/app/proto6/ColorUtils.h @@ -17,4 +17,4 @@ uint16 FindClosestColor16(rgb_color color); // Alpha components are included in the calculations. 0 yields color #1 // and 1 yields color #2. rgb_color MakeBlendColor(rgb_color col, rgb_color col2, float position); -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/DebugTools.h b/src/servers/app/proto6/DebugTools.h index 55bf1b0635..7d4ed3db33 100644 --- a/src/servers/app/proto6/DebugTools.h +++ b/src/servers/app/proto6/DebugTools.h @@ -10,4 +10,4 @@ void TranslateMessageCodeToStream(int32 code); void PrintMessageCode(int32 code); BString TranslateStatusToString(status_t value); -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/Desktop.cpp b/src/servers/app/proto6/Desktop.cpp index c7ac1af3c3..c1770042fd 100644 --- a/src/servers/app/proto6/Desktop.cpp +++ b/src/servers/app/proto6/Desktop.cpp @@ -410,4 +410,4 @@ ServerWindow *GetActiveWindow(int32 workspace) // Another "just in case DW screws up again" section #ifdef DEBUG_WORKSPACES #undef DEBUG_WORKSPACES -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/Desktop.h b/src/servers/app/proto6/Desktop.h index f5bb363c3d..a7787347c7 100644 --- a/src/servers/app/proto6/Desktop.h +++ b/src/servers/app/proto6/Desktop.h @@ -44,4 +44,4 @@ typedef struct uchar v_size; } screen_info; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/DisplayDriver.h b/src/servers/app/proto6/DisplayDriver.h index b679d6e07a..f453a25bb8 100644 --- a/src/servers/app/proto6/DisplayDriver.h +++ b/src/servers/app/proto6/DisplayDriver.h @@ -153,4 +153,4 @@ protected: float pensize; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/Globals.h b/src/servers/app/proto6/Globals.h index 2753cad1aa..9998489220 100644 --- a/src/servers/app/proto6/Globals.h +++ b/src/servers/app/proto6/Globals.h @@ -4,4 +4,4 @@ #include BList *gBitmaplist, *gLayerlist; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/Layer.h b/src/servers/app/proto6/Layer.h index e77f19facb..2313de00ba 100644 --- a/src/servers/app/proto6/Layer.h +++ b/src/servers/app/proto6/Layer.h @@ -107,4 +107,4 @@ private: extern BLocker *layerlock; extern BList *layerlist; extern Layer *rootlayer; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/PortLink.h b/src/servers/app/proto6/PortLink.h index 9f5432daab..429f342024 100644 --- a/src/servers/app/proto6/PortLink.h +++ b/src/servers/app/proto6/PortLink.h @@ -40,4 +40,4 @@ protected: PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ScreenDriver.h b/src/servers/app/proto6/ScreenDriver.h index 714e1cc46e..0f35717241 100644 --- a/src/servers/app/proto6/ScreenDriver.h +++ b/src/servers/app/proto6/ScreenDriver.h @@ -111,4 +111,4 @@ protected: int32 drawmode; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/SecondDriver.cpp b/src/servers/app/proto6/SecondDriver.cpp index 6b232bb96f..ca99a3b9e5 100644 --- a/src/servers/app/proto6/SecondDriver.cpp +++ b/src/servers/app/proto6/SecondDriver.cpp @@ -833,4 +833,4 @@ void SecondDriver::MidpointEllipse(float centx,float centy,int32 xrad, int32 yra #ifdef DEBUG_DRIVER_MODULE #undef DEBUG_DRIVER_MODULE -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/SecondDriver.h b/src/servers/app/proto6/SecondDriver.h index 3dcbab2a1f..68fd6fd3f9 100644 --- a/src/servers/app/proto6/SecondDriver.h +++ b/src/servers/app/proto6/SecondDriver.h @@ -120,4 +120,4 @@ protected: }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ServerApp.h b/src/servers/app/proto6/ServerApp.h index 6a53822cbf..16a01f8bf1 100644 --- a/src/servers/app/proto6/ServerApp.h +++ b/src/servers/app/proto6/ServerApp.h @@ -39,4 +39,4 @@ protected: team_id target_id; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ServerBitmap.h b/src/servers/app/proto6/ServerBitmap.h index bd5d3afc51..5452f05332 100644 --- a/src/servers/app/proto6/ServerBitmap.h +++ b/src/servers/app/proto6/ServerBitmap.h @@ -37,4 +37,4 @@ protected: uint8 *buffer; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ServerCursor.h b/src/servers/app/proto6/ServerCursor.h index b75b822acb..b49352c2eb 100644 --- a/src/servers/app/proto6/ServerCursor.h +++ b/src/servers/app/proto6/ServerCursor.h @@ -28,4 +28,4 @@ public: extern int8 default_cursor[]; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ServerProtocol.h b/src/servers/app/proto6/ServerProtocol.h index 2295e31e26..bf7c2f0a8a 100644 --- a/src/servers/app/proto6/ServerProtocol.h +++ b/src/servers/app/proto6/ServerProtocol.h @@ -102,4 +102,4 @@ #define VIEW_GET_TOKEN 'vgtk' #define VIEW_ADD 'vadd' #define VIEW_REMOVE 'vrem' -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/SystemPalette.h b/src/servers/app/proto6/SystemPalette.h index 1bc1d7188a..18f1d4542e 100644 --- a/src/servers/app/proto6/SystemPalette.h +++ b/src/servers/app/proto6/SystemPalette.h @@ -6,4 +6,4 @@ void GenerateSystemPalette(rgb_color *palette); extern rgb_color system_palette[]; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/ViewDriver.h b/src/servers/app/proto6/ViewDriver.h index 3514baa6c4..81ef3a79d3 100644 --- a/src/servers/app/proto6/ViewDriver.h +++ b/src/servers/app/proto6/ViewDriver.h @@ -137,4 +137,4 @@ protected: int bufferdepth; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/WinDecorator.h b/src/servers/app/proto6/WinDecorator.h index 1173035349..9c623bcc70 100644 --- a/src/servers/app/proto6/WinDecorator.h +++ b/src/servers/app/proto6/WinDecorator.h @@ -42,4 +42,4 @@ public: int textoffset; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/WindowBorder.h b/src/servers/app/proto6/WindowBorder.h index 8a422d5dc1..ba2295399d 100644 --- a/src/servers/app/proto6/WindowBorder.h +++ b/src/servers/app/proto6/WindowBorder.h @@ -37,4 +37,4 @@ public: }; extern bool is_moving_window, is_resizing_window; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/YMakDecorator.cpp b/src/servers/app/proto6/YMakDecorator.cpp index 18324ec899..2f5187e659 100644 --- a/src/servers/app/proto6/YMakDecorator.cpp +++ b/src/servers/app/proto6/YMakDecorator.cpp @@ -657,4 +657,4 @@ void YMakDecorator::MoveBy(BPoint pt) frame.OffsetBy(pt); CloseRect.OffsetBy(pt); ZoomRect.OffsetBy(pt); -} \ No newline at end of file +} diff --git a/src/servers/app/proto6/YMakDecorator.h b/src/servers/app/proto6/YMakDecorator.h index 0de389f28f..f7a3afe397 100644 --- a/src/servers/app/proto6/YMakDecorator.h +++ b/src/servers/app/proto6/YMakDecorator.h @@ -44,4 +44,4 @@ private: */ }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/AppServer.h b/src/servers/app/proto6/driverharness/AppServer.h index 1a943b3946..ea9f32bf5d 100644 --- a/src/servers/app/proto6/driverharness/AppServer.h +++ b/src/servers/app/proto6/driverharness/AppServer.h @@ -47,4 +47,4 @@ private: DisplayDriver *driver; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/ColorUtils.cc b/src/servers/app/proto6/driverharness/ColorUtils.cc index fa413f3a13..a3b8591508 100644 --- a/src/servers/app/proto6/driverharness/ColorUtils.cc +++ b/src/servers/app/proto6/driverharness/ColorUtils.cc @@ -43,4 +43,4 @@ uint16 FindClosestColor16(rgb_color color) { printf("FindClosestColor16() unimplemented\n"); return 0; -} \ No newline at end of file +} diff --git a/src/servers/app/proto6/driverharness/ColorUtils.h b/src/servers/app/proto6/driverharness/ColorUtils.h index a4c4b791be..b905cde4fd 100644 --- a/src/servers/app/proto6/driverharness/ColorUtils.h +++ b/src/servers/app/proto6/driverharness/ColorUtils.h @@ -10,4 +10,4 @@ void SetRGBColor(rgb_color *col,uint8 r, uint8 g, uint8 b, uint8 a=255); // the color passed to it. Alpha values are not considered uint8 FindClosestColor(rgb_color *palette, rgb_color color); uint16 FindClosestColor16(rgb_color color); -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/DHApp.cpp b/src/servers/app/proto6/driverharness/DHApp.cpp index 12092528bf..cd10ee976e 100644 --- a/src/servers/app/proto6/driverharness/DHApp.cpp +++ b/src/servers/app/proto6/driverharness/DHApp.cpp @@ -20,4 +20,4 @@ int main(void) app->Run(); delete app; return 0; -} \ No newline at end of file +} diff --git a/src/servers/app/proto6/driverharness/DHApp.h b/src/servers/app/proto6/driverharness/DHApp.h index 589180b5dd..e80fce0142 100644 --- a/src/servers/app/proto6/driverharness/DHApp.h +++ b/src/servers/app/proto6/driverharness/DHApp.h @@ -13,4 +13,4 @@ public: DisplayDriver *driver; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/DebugTools.h b/src/servers/app/proto6/driverharness/DebugTools.h index 55bf1b0635..7d4ed3db33 100644 --- a/src/servers/app/proto6/driverharness/DebugTools.h +++ b/src/servers/app/proto6/driverharness/DebugTools.h @@ -10,4 +10,4 @@ void TranslateMessageCodeToStream(int32 code); void PrintMessageCode(int32 code); BString TranslateStatusToString(status_t value); -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/Desktop.h b/src/servers/app/proto6/driverharness/Desktop.h index 54b5e1bf3f..b1685b544c 100644 --- a/src/servers/app/proto6/driverharness/Desktop.h +++ b/src/servers/app/proto6/driverharness/Desktop.h @@ -43,4 +43,4 @@ typedef struct uchar v_size; } screen_info; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/DirectDriver.h b/src/servers/app/proto6/driverharness/DirectDriver.h index f0f1073df6..01b03ba14c 100644 --- a/src/servers/app/proto6/driverharness/DirectDriver.h +++ b/src/servers/app/proto6/driverharness/DirectDriver.h @@ -114,4 +114,4 @@ protected: PortLink *drawlink; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/DisplayDriver.h b/src/servers/app/proto6/driverharness/DisplayDriver.h index b679d6e07a..f453a25bb8 100644 --- a/src/servers/app/proto6/driverharness/DisplayDriver.h +++ b/src/servers/app/proto6/driverharness/DisplayDriver.h @@ -153,4 +153,4 @@ protected: float pensize; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/PortLink.h b/src/servers/app/proto6/driverharness/PortLink.h index 9f5432daab..429f342024 100644 --- a/src/servers/app/proto6/driverharness/PortLink.h +++ b/src/servers/app/proto6/driverharness/PortLink.h @@ -40,4 +40,4 @@ protected: PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/ScreenDriver.h b/src/servers/app/proto6/driverharness/ScreenDriver.h index 714e1cc46e..0f35717241 100644 --- a/src/servers/app/proto6/driverharness/ScreenDriver.h +++ b/src/servers/app/proto6/driverharness/ScreenDriver.h @@ -111,4 +111,4 @@ protected: int32 drawmode; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/SecondDriver.cpp b/src/servers/app/proto6/driverharness/SecondDriver.cpp index 6b232bb96f..ca99a3b9e5 100644 --- a/src/servers/app/proto6/driverharness/SecondDriver.cpp +++ b/src/servers/app/proto6/driverharness/SecondDriver.cpp @@ -833,4 +833,4 @@ void SecondDriver::MidpointEllipse(float centx,float centy,int32 xrad, int32 yra #ifdef DEBUG_DRIVER_MODULE #undef DEBUG_DRIVER_MODULE -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/SecondDriver.h b/src/servers/app/proto6/driverharness/SecondDriver.h index 3dcbab2a1f..68fd6fd3f9 100644 --- a/src/servers/app/proto6/driverharness/SecondDriver.h +++ b/src/servers/app/proto6/driverharness/SecondDriver.h @@ -120,4 +120,4 @@ protected: }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/ServerBitmap.h b/src/servers/app/proto6/driverharness/ServerBitmap.h index bd5d3afc51..5452f05332 100644 --- a/src/servers/app/proto6/driverharness/ServerBitmap.h +++ b/src/servers/app/proto6/driverharness/ServerBitmap.h @@ -37,4 +37,4 @@ protected: uint8 *buffer; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/ServerCursor.h b/src/servers/app/proto6/driverharness/ServerCursor.h index b75b822acb..b49352c2eb 100644 --- a/src/servers/app/proto6/driverharness/ServerCursor.h +++ b/src/servers/app/proto6/driverharness/ServerCursor.h @@ -28,4 +28,4 @@ public: extern int8 default_cursor[]; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/ServerProtocol.h b/src/servers/app/proto6/driverharness/ServerProtocol.h index d2138e2c1b..5ec43dc441 100644 --- a/src/servers/app/proto6/driverharness/ServerProtocol.h +++ b/src/servers/app/proto6/driverharness/ServerProtocol.h @@ -92,4 +92,4 @@ #define VIEW_GET_TOKEN 'vgtk' #define VIEW_ADD 'vadd' #define VIEW_REMOVE 'vrem' -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/SystemPalette.h b/src/servers/app/proto6/driverharness/SystemPalette.h index 1bc1d7188a..18f1d4542e 100644 --- a/src/servers/app/proto6/driverharness/SystemPalette.h +++ b/src/servers/app/proto6/driverharness/SystemPalette.h @@ -6,4 +6,4 @@ void GenerateSystemPalette(rgb_color *palette); extern rgb_color system_palette[]; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/driverharness/ViewDriver.h b/src/servers/app/proto6/driverharness/ViewDriver.h index 97c5809e16..88202e8486 100644 --- a/src/servers/app/proto6/driverharness/ViewDriver.h +++ b/src/servers/app/proto6/driverharness/ViewDriver.h @@ -136,4 +136,4 @@ protected: rgb_color highcolor,lowcolor; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/router/router.h b/src/servers/app/proto6/router/router.h index 5cfa514e66..16b3b6ac79 100644 --- a/src/servers/app/proto6/router/router.h +++ b/src/servers/app/proto6/router/router.h @@ -20,4 +20,4 @@ class RouterInputFilter : public BInputServerFilter { private: PortLink *serverlink; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/testobapp/DebugTools.h b/src/servers/app/proto6/testobapp/DebugTools.h index 2f45b1ac6c..db278e9e2d 100644 --- a/src/servers/app/proto6/testobapp/DebugTools.h +++ b/src/servers/app/proto6/testobapp/DebugTools.h @@ -9,4 +9,4 @@ void PrintColorSpaceToStream(color_space value); void TranslateMessageCodeToStream(int32 code); void PrintMessageCode(int32 code); -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/testobapp/OBApplication.h b/src/servers/app/proto6/testobapp/OBApplication.h index 14478ddfba..2fd9b2e76b 100644 --- a/src/servers/app/proto6/testobapp/OBApplication.h +++ b/src/servers/app/proto6/testobapp/OBApplication.h @@ -68,4 +68,4 @@ status_t initcheckval; }; extern OBApplication *obe_app; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/testobapp/OBWindow.h b/src/servers/app/proto6/testobapp/OBWindow.h index 1a13dd9660..5c11164191 100644 --- a/src/servers/app/proto6/testobapp/OBWindow.h +++ b/src/servers/app/proto6/testobapp/OBWindow.h @@ -142,4 +142,4 @@ bool is_active; int32 wkspace; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/testobapp/PortLink.h b/src/servers/app/proto6/testobapp/PortLink.h index 9f5432daab..429f342024 100644 --- a/src/servers/app/proto6/testobapp/PortLink.h +++ b/src/servers/app/proto6/testobapp/PortLink.h @@ -40,4 +40,4 @@ protected: PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS]; }; -#endif \ No newline at end of file +#endif diff --git a/src/servers/app/proto6/testobapp/ServerProtocol.h b/src/servers/app/proto6/testobapp/ServerProtocol.h index d2138e2c1b..5ec43dc441 100644 --- a/src/servers/app/proto6/testobapp/ServerProtocol.h +++ b/src/servers/app/proto6/testobapp/ServerProtocol.h @@ -92,4 +92,4 @@ #define VIEW_GET_TOKEN 'vgtk' #define VIEW_ADD 'vadd' #define VIEW_REMOVE 'vrem' -#endif \ No newline at end of file +#endif