Remove extra spacing

This commit is contained in:
Lorin Thwaits
2023-02-20 19:33:29 +00:00
parent 434b798c98
commit b062f2c734
1461 changed files with 13333 additions and 76271 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
# SQLVDI for Linux
This folder contains the latest files and samples required to build a SQL Server VDI based backup/restore application for Linux.
This folder contains the latest files and samples required to build a SQL Server VDI based backup/restore application for Linux.
## Files available
1. vdi.h
@@ -21,14 +21,14 @@ There is a problem with VDF_LikeDisk and VDF_RandomAccess where the backup/resto
1. Install the clang and uuid-dev packages in order to build the sample.
Example (for Ubuntu): 
```bash
sudo apt-get install clang 
sudo apt-get install uuid-dev 
```
1. Create a symbolic link to sqlcmd in /usr/bin
```bash
sudo ln -s /opt/mssql-tools/bin/sqlcmd /usr/bin/sqlcmd
```
@@ -133,7 +133,7 @@ int main(int argc, char* argv[])
"Demonstrate a Backup or Restore using the Virtual Device Interface\n");
return 1;
}
umask(0);
vds = new ClientVirtualDeviceSet();